The C1Menu type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey
Gets or sets access key for menu. If user press specified keyboard shortcut then focus moves on first menu item at the top level.
Public propertyClickToOpen
Indicates that sub menus will open on mouse click instead of mouse over. Default value is false.
Public propertyCollapseAnimation
Gets or sets the animation effect that will be used for collapsing submenus.
Public propertyCollapseDelay
Gets or sets the collapse delay in milliseconds before the sub menu starts hiding. Default value is 100.
Public propertyCollapseDuration
Collapse Animation duration in milliseconds.
Public propertyCollapseEasing
Specifies the transition for collapse animation.
Public propertyContextElementID
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.
Public propertyContextMenu
Specifies whether the menu is context.
Public propertyDisplayVisible
Gets or Sets whether C1Menu is visible.
Protected propertyElement (Inherited from Control.)
Public propertyEnabled
Gets or sets a value indicating whether this C1Menu is enabled.
Protected propertyEvents (Inherited from Component.)
Public propertyExpandAnimation
Gets or sets animation effect what will be used for expanding submenus. Possible values: none, sliding, transition. Default value is none.
Public propertyExpandDelay
Expand delay in milliseconds before sub menu start popup. Default value is 100.
Public propertyExpandDuration
Expand Animation duration in milliseconds.
Public propertyExpandEasing
Specifies the transition for expand animation.
Public propertyFlowRight
Gets or sets a value that indicates whether or not children will flow to the right side of the control.
Public propertyHoverElementID
Menu will be shown when mouse is over element given by this property.

Remarks

Default value is empty string. Note this property is usable when ContextMenu property is true.
Public propertyID (Inherited from Component.)
Protected propertyIsInitialized (Inherited from Component.)
Protected propertyIsUpdating (Inherited from Component.)
Public propertyItems
Public propertyNestedGroupCheckable
Gets or sets a value that indicates whether or not child menu items will be checkable.
Public propertyOrientation
Get or sets menu orientation dynamically on client side.
Public propertyOwner
Public propertyParent (Inherited from Control.)
Public propertyPropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public propertyScrollBehavior
Gets the scroll behavior object.
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.)
Public propertyWindowCollisionDetection
Determines whether or not submenu position will be adjusted to fit in window bounds.

See Also