The C1MenuItemBase type exposes the following members.

Methods

  NameDescription
Public methodAddChild
Add child
(Inherited from UIElement.)
Public methodAddCssClass
Add CssClass to DOM element.
(Inherited from UIElement.)
Public methodAssignPropertiesState
Assigns new properties state hash.
(Inherited from UIElement.)
Public methodBeginUpdate
Begin Update.
(Inherited from UIElement.)
Public methodCalculateCurrentLevel
Returns zero-based Level of current item.
Protected methodCreateChildControls
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 UIElement.)
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from UIElement.)
Public methodEndUpdate
End Update.
(Inherited from UIElement.)
Protected methodGetConditionalImageUrl
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Overrides UIElementInitialize()()()().)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn. Do Layout actions here.
(Inherited from UIElement.)
Public methodIsDOMVisible
Returns true if control's container element is visible.
(Inherited from UIElement.)
Public methodIsSelectableItem
Determines whether this menu item is selectable, this means that item is not group, not separator, not header and this item is not disabled. If item is not selectable (return false) then this item can not be marked by C1Active class when mouse is down on it.
Protected methodRecurInitMenuItemElement
Public methodRemoveCssClass
Remove CssClass from DOM element.
(Inherited from UIElement.)
Public methodToggleCssClass
Toggle CssClass for DOM element.
(Inherited from UIElement.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also