DashboardPopupMenu Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
#Properties
Name | Description |
---|---|
Activator |
Specifies an object which activates the Popup |
Allow |
Gets or sets whether right-clicking the Popup |
Auto |
Gets or sets whether Bar |
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. |
Custom |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Popup |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Draw |
Gets or sets whether the current pop-up menu displays the right margin.
Inherited from Popup |
Draw |
Gets or sets whether the current pop-up menu displays the side strip for item glyphs.
Inherited from Popup |
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.
Inherited from Popup |
Links |
Gets or sets a value that stores information on the links added to the current Popup |
Manager |
Specifies the Bar |
Menu |
Provides access to style settings for links owned by the popup menu.
Inherited from Popup |
Menu |
Gets or sets the width of the bar displayed to the left of the popup menu’s content.
Inherited from Popup |
Menu |
Gets or sets the menu’s caption.
Inherited from Popup |
Menu |
Gets or sets the menu’s display mode.
Inherited from Popup |
Min |
Gets or sets the popup menu’s minimum width.
Inherited from Popup |
Multi |
Gets or sets whether the menu items are displayed across multiple columns.
Inherited from Popup |
Name |
Gets or sets the name of the popup menu component.
Inherited from Popup |
Opened |
Indicates that the popup menu is open.
Inherited from Popup |
Options |
Provides access to the settings of the multicolumn mode of displaying items in the current pop-up menu.
Inherited from Popup |
Ribbon |
Specifies the Ribbon |
Ribbon |
Gets or sets a toolbar associated with a popup menu.
Inherited from Popup |
Show |
Gets or sets whether the menu’s header is visible.
Inherited from Popup |
Show |
Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current Popup |
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 Popup |
Visible |
Indicates whether the current Popup |
#Methods
Name | Description |
---|---|
Add |
Adds a specific item link to the current Popup |
Add |
Adds an array of item links to the current Popup |
Begin |
Starts the runtime initialization of the Popup |
Begin |
Locks the Popup |
Clear |
Removes all links from the Popup |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Customize() |
Displays the customization dialog for the current Popup |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Ends the runtime initialization of the Popup |
End |
Unlocks the Popup |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns the popup with the menu item that owns this Popup |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the current Popup |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Insert |
Inserts a new item link in the item link collection of the current Popup |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Merge |
Merges the specified menu’s items with the current menu’s items.
Inherited from Popup |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a specific item link from the Popup |
Show |
Displays a child Popup |
Show |
Displays the context menu at the specified position.
Inherited from Popup |
Show |
Displays the context menu at the specified position.
Inherited from Popup |
Show |
Displays the current Popup |
Show |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Popup |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Un |
Restores the original layout of the menu after a previous merge operation.
Inherited from Popup |
#Events
Name | Description |
---|---|
Before |
Allows you to customize the popup menu before it is displayed onscreen.
Inherited from Popup |
Close |
Occurs when the Popup |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Link |
Fires immediately after a link has been added to the popup menu.
Inherited from Popup |
Link |
Fires immediately after a link has been removed from the popup menu.
Inherited from Popup |
Paint |
Enables you to paint the content of the bar displayed to the left of the popup menu.
Inherited from Popup |
Popup |
Occurs when the Popup |
See Also