PopupMenuBase Properties
The base class for popup menus.
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Indicates whether the current Popup |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Item |
Provides access to links owned and displayed by the popup menu. |
Links |
Gets or sets a value that stores information on the links added to the current Popup |
Manager |
Specifies the Bar |
Menu |
Gets or sets the menu’s display mode. |
Name | Gets or sets the name of the popup menu component. |
Ribbon |
Specifies the Ribbon |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag | Gets or sets user-defined data associated with the control. |
Visible |
Indicates whether the current Popup |
See Also