The C1MenuBase type exposes the following members.

Constructors

  NameDescription
Public methodC1MenuBase
Initializes a new instance of the C1MenuBase class.

Methods

  NameDescription
Public methodAddCssClass (Inherited from Control.)
Public methodAssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
Public methodBeginUpdate (Inherited from Component.)
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.)
Public methodDispose (Inherited from Component.)
Public methodEndUpdate (Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from Component.)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1ThemeableControlBase.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaisePropertyChanged (Inherited from Component.)
Public methodRemoveCssClass (Inherited from Control.)
Public methodSaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodUpdated (Inherited from Component.)

Fields

  NameDescription
Protected field_propertiesState (Inherited from C1ThemeableControlBase.)

Properties

  NameDescription
Protected propertyElement (Inherited from Control.)
Protected propertyEvents (Inherited from Component.)
Public propertyID (Inherited from Component.)
Protected propertyIsInitialized (Inherited from Component.)
Protected propertyIsUpdating (Inherited from Component.)
Public propertyParent (Inherited from Control.)
Public propertyPropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)

Events

  NameDescription
Public eventDisposing (Inherited from Component.)
Public eventPropertyChanged (Inherited from Component.)

See Also