PopupMenu Class |
Namespace: Deltabit.WinForms
The PopupMenu type exposes the following members.
Name | Description | |
---|---|---|
HeaderBackColor |
Gets or sets the BackColor for the Header. The header is populated from the Hotpot.Text property.
| |
HeaderFont |
Gets or sets the font for the Header. The header is populated from the Hotpot.Text property.
| |
HeaderForeColor |
Gets or sets the ForeColor for the Header. The header is populated from the Hotpot.Text property.
| |
ItemAlernatingBackColor |
Gets or sets the alternating BackColor for the menu items.
| |
ItemAlternatingForeColor |
Gets or sets the alternating ForeColor for the menu items.
| |
ItemBackColor |
Gets or sets the BackColor for the menu items.
| |
ItemFocusBackColor |
Gets or sets the BackColor for used for the menu items when the item has the focus.
| |
ItemFocusForeColor |
Gets or sets the ForeColor used for the menu items when the item has the focus.
| |
ItemFont |
Gets or sets the font for the menu items.
| |
ItemForeColor |
Gets or sets the ForeColor for the menu items.
| |
Items |
Gets or sets a collection of PopupMenuItems used to populate the menu that is displayed when a Hotspot has the focus.
|
Name | Description | |
---|---|---|
Clone |
Performs a MemberwiseClone on the PopupMenu object
| |
Dispose | Releases all resources used by the PopupMenu | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |