The C1MenuItemOwner type exposes the following members.

Methods

  NameDescription
Public methodAddChild
Add child
(Inherited from UIElement.)
Public methodAddCssClass
Add CssClass to DOM element.
(Inherited from UIElement.)
Protected methodAddCssClassBeforeInsert
Public methodAddItemElement
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.
(Inherited from C1MenuItemBase.)
Protected methodCreateChildControls (Inherited from C1MenuItemBase.)
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 (Inherited from C1MenuItemBase.)
Protected methodGetNestedGroupOrientation
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Called when the menu item is initialized.
(Overrides C1MenuItemBase..::..Initialize()()()().)
Public methodInitializeItems
InitializeItems.
Protected methodInitializeScrollBehavior
Protected methodInternalInitialize
Internal initialize.
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.
(Inherited from C1MenuItemBase.)
Protected methodParentScrollBehaviorInitialized
Protected methodRecurCheckEnabledState
Protected methodRecurInitMenuItemElement (Inherited from C1MenuItemBase.)
Public methodRemoveCssClass
Remove CssClass from DOM element.
(Inherited from UIElement.)
Public methodRemoveItemElement
Protected methodSetNestedGroupOrientation
Set sub-menu or nested group orientation.
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.)
Protected methodUpdateNestedGroupContainerCompoundCssClass

See Also