Click or drag to resize
ContextMenu Properties

The ContextMenu type exposes the following members.

Properties
  NameDescription
Public propertyActiveItemCssClass
CSS class of highlighted element when context menu is opened.
Public propertyActiveItemInactiveCssClass
CSS class of highlighted element when context menu is closed.
Public propertyActiveItemOffset
Determines how many levels above the clicked element the active element is.
Public propertyCollapsible
Determines whether is possible to collapse the panel by clicking its grouping text.
(Inherited from CMSPanel.)
Public propertyContainerUniqueID
Container unique ID.
Public propertyContextMenuControl
Context menu control.
Public propertyDynamic
Determines whether to load the menu dynamically.
Public propertyFixedParentClientID
Parent client ID to be used for fixed panels placeholders
(Inherited from CMSPanel.)
Public propertyFixedPosition
Indicates if panel should be always on top of a page.
(Inherited from CMSPanel.)
Public propertyGroupingTextResourceString
Resource string for the grouping text
(Inherited from CMSPanel.)
Public propertyHorizontalPosition
Horizontal position.
Public propertyIsCollapsed
Initial collapsed state.
(Inherited from CMSPanel.)
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSPanel.)
Public propertyLoadingContent
Content displayed during loading.
Public propertyMenuID
Menu ID, must be unique within page context.
Public propertyMenuLevel
Menu level.
Public propertyMouseButton
Mouse button.
Public propertyOffsetX
Offset X of the menu.
Public propertyOffsetY
Offset Y of the menu.
Public propertyOpenUp
If true, the menu opens in the upward direction instead down
Public propertyOuterCssClass
CSS Class for the outer envelope of the menu
Public propertyParameter
Menu parameter.
Public propertyParentElementClientID
Identifier of parent element under which the context menu lies. This parameter is optional.
Public propertyRenderChildrenOnly
If true, only child controls are render to the output
(Inherited from CMSPanel.)
Public propertyResourcePrefix
Prefix for the resource strings which will be used for the strings of the context menu. Default is "general".
Public propertyShortID
Short ID of the control.
(Inherited from CMSPanel.)
Public propertyShowMenuOnMouseOver
Show menu on mouse over action?
Public propertyShowTimeout
Timeout to show the menu until it disappears.
Public propertyVerticalPosition
Vertical position.
Top
See Also