The C1MenuBase type exposes the following members.

Constructors

  NameDescription
C1MenuBase
Initializes a new instance of the C1MenuBase class.

Methods

  NameDescription
AddCssClass (Inherited from Control.)
AssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
BeginUpdate (Inherited from Component.)
CreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.)
Dispose (Inherited from Component.)
EndUpdate (Inherited from Component.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize (Inherited from Component.)
Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1ThemeableControlBase.)
OnBubbleEvent (Inherited from Control.)
RaiseBubbleEvent (Inherited from Control.)
RaisePropertyChanged (Inherited from Component.)
RemoveCssClass (Inherited from Control.)
SaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)
ToggleCssClass (Inherited from Control.)
ToLocaleString (Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Updated (Inherited from Component.)

Fields

  NameDescription
_propertiesState (Inherited from C1ThemeableControlBase.)

Properties

  NameDescription
Element (Inherited from Control.)
Events (Inherited from Component.)
ID (Inherited from Component.)
IsInitialized (Inherited from Component.)
IsUpdating (Inherited from Component.)
Parent (Inherited from Control.)
PropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
VisibilityMode (Inherited from Control.)
Visible (Inherited from Control.)
VisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)

Events

  NameDescription
Disposing (Inherited from Component.)
PropertyChanged (Inherited from Component.)

See Also