DashboardPopupMenu Properties
Represents a dashboard popup menu, managed by a BarManager or RibbonControl.Name | Description |
---|---|
Activator | Specifies an object which activates the PopupMenu. Inherited from PopupMenu. |
AllowRibbonQATMenu | Gets or sets whether right-clicking the PopupMenu’s item invokes a context menu containing the Ribbon related commands. This option is in effect when the PopupMenu is displayed within the RibbonControl. Inherited from PopupMenu. |
AutoFillEditorWidth | Gets or sets whether BarEditItem editors should stretch horizontally, automatically occupying available free space within this menu. Inherited from PopupMenu. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
CanShowPopup | Indicates whether the current PopupMenuBase object can be displayed. Inherited from PopupMenuBase. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
CustomController | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from PopupMenu. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DrawMenuRightIndent | Gets or sets whether the current pop-up menu displays the right margin. Inherited from PopupMenu. |
DrawMenuSideStrip | Gets or sets whether the current pop-up menu displays the side strip for item glyphs. Inherited from PopupMenu. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
ItemLinks | Provides access to links owned and displayed by the popup menu. Inherited from PopupMenuBase. |
LinksPersistInfo | Gets or sets a value that stores information on the links added to the current PopupMenuBase object at design time. Inherited from PopupMenuBase. |
Manager | Specifies the BarManager responsible for managing the PopupMenuBase object. Inherited from PopupMenuBase. |
MenuAppearance | Provides access to style settings for links owned by the popup menu. Inherited from PopupMenu. |
MenuBarWidth | Gets or sets the width of the bar displayed to the left of the popup menu’s content. Inherited from PopupMenu. |
MenuCaption | Gets or sets the menu’s caption. Inherited from PopupMenu. |
MenuDrawMode | Gets or sets the menu’s display mode. Inherited from PopupMenuBase. |
MinWidth | Gets or sets the popup menu’s minimum width. Inherited from PopupMenu. |
MultiColumn | Gets or sets whether the menu items are displayed across multiple columns. Inherited from PopupMenu. |
Name | Gets or sets the name of the popup menu component. Inherited from PopupMenuBase. |
Opened | Indicates that the popup menu is open. Inherited from PopupMenu. |
OptionsMultiColumn | Provides access to the settings of the multicolumn mode of displaying items in the current pop-up menu. Inherited from PopupMenu. |
Ribbon | Specifies the RibbonControl responsible for managing the PopupMenuBase object. Inherited from PopupMenuBase. |
RibbonToolbar | Gets or sets a toolbar associated with a popup menu. Inherited from PopupMenu. |
ShowCaption | Gets or sets whether the menu’s header is visible. Inherited from PopupMenu. |
ShowNavigationHeader | Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current PopupMenu. This property is in effect when the current PopupMenu is displayed in the Inplace popup show mode. Inherited from PopupMenu. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag | Gets or sets user-defined data associated with the control. Inherited from PopupMenuBase. |
Visible | Indicates whether the current PopupMenu is visible. Inherited from PopupMenu. |
See Also