The C1Menu type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AccessKey |
Gets or sets access key for menu. If user press specified keyboard shortcut then focus moves on first menu item at the top level.
| |
| ClickToOpen |
Indicates that sub menus will open on mouse click instead of mouse over. Default value is false.
| |
| CollapseAnimation |
Gets or sets the animation effect that will be used for collapsing submenus.
| |
| CollapseDelay |
Gets or sets the collapse delay in milliseconds before the sub menu starts hiding. Default value is 100.
| |
| CollapseDuration |
Collapse Animation duration in milliseconds.
| |
| CollapseEasing |
Specifies the transition for collapse animation.
| |
| ContextElementID |
Id of the HTML element what will expose Context Menu when ContextMenu property is true.
Default value is empty string - means what context menu will be shown for document.
| |
| ContextMenu |
Specifies whether the menu is context.
| |
| DisplayVisible |
Gets or Sets whether C1Menu is visible.
| |
| Element | (Inherited from Control.) | |
| Enabled |
Gets or sets a value indicating whether this C1Menu is enabled.
| |
| Events | (Inherited from Component.) | |
| ExpandAnimation |
Gets or sets animation effect what will be used for expanding submenus. Possible values: none, sliding, transition. Default value is none.
| |
| ExpandDelay |
Expand delay in milliseconds before sub menu start popup.
Default value is 100.
| |
| ExpandDuration |
Expand Animation duration in milliseconds.
| |
| ExpandEasing |
Specifies the transition for expand animation.
| |
| FlowRight |
Gets or sets a value that indicates whether or not
children will flow to the right side of the control.
| |
| HoverElementID |
Menu will be shown when mouse is over element given by this property.
| |
| ID | (Inherited from Component.) | |
| IsInitialized | (Inherited from Component.) | |
| IsUpdating | (Inherited from Component.) | |
| Items | ||
| NestedGroupCheckable |
Gets or sets a value that indicates whether or not child menu items will be checkable.
| |
| Orientation |
Get or sets menu orientation dynamically on client side.
| |
| Owner | ||
| Parent | (Inherited from Control.) | |
| PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) | |
| ScrollBehavior |
Gets the scroll behavior object.
| |
| VisibilityMode | (Inherited from Control.) | |
| Visible | (Inherited from Control.) | |
| VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) | |
| WindowCollisionDetection |
Determines whether or not submenu position will be adjusted to fit in window bounds.
|