AutoHotPopup Class |
Namespace: Deltabit.WinForms
The AutoHotPopup type exposes the following members.
Name | Description | |
---|---|---|
AutoHotPopup | Initializes a new instance of the AutoHotPopup class | |
AutoHotPopup(Font, Font, Color, Color, Color, Color, AutoHotPopupHotPopupOptions, PopupMenu) |
Constructor used to set properties that are used for the AutoHotpopup.
|
Name | Description | |
---|---|---|
AutoHotPopupOptions |
Gets or sets the AutoHotPopupOptions used to control how the AutoHotPopup is displayed
| |
DescriptionBackColor |
Gets or sets the BackColor used to display the Description set in a Hotspot that has the focus.
| |
DescriptionFont |
Gets or sets the Font used to display the Description set in a Hotspot that has the focus.
| |
DescriptionForeColor |
Gets or sets the ForeColor used to display the Description set in a Hotspot that has the focus.
| |
Menu |
Popup menu that appears automatically when the cursor is moved over a Hotspot. This only occurs when the AutoHotPopupOptions is set to "Menu". The same popup-menu is used for all the Hotspots. The Hotspot.Text property is used as the Header for the Menu.
| |
TextBackColor |
Gets or sets the BackColor used to display the Text set in a Hotspot that has the focus.
| |
TextFont |
Gets or sets the Font used to display the Text set in a Hotspot that has the focus.
| |
TextForeColor |
Gets or sets the ForeColor used to display the Text set in a Hotspot that has the focus.
|
Name | Description | |
---|---|---|
Clone |
Creates a new AutoHotPopup object and performs a clone on all of the properties.
| |
Dispose | Releases all resources used by the AutoHotPopup | |
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.) |