Click or drag to resize

AutoHotPopup Properties

The AutoHotPopup type exposes the following members.

Properties
  NameDescription
Public propertyAutoHotPopupOptions
Gets or sets the AutoHotPopupOptions used to control how the AutoHotPopup is displayed
Public propertyDescriptionBackColor
Gets or sets the BackColor used to display the Description set in a Hotspot that has the focus.
Public propertyDescriptionFont
Gets or sets the Font used to display the Description set in a Hotspot that has the focus.
Public propertyDescriptionForeColor
Gets or sets the ForeColor used to display the Description set in a Hotspot that has the focus.
Public propertyMenu
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.
Public propertyTextBackColor
Gets or sets the BackColor used to display the Text set in a Hotspot that has the focus.
Public propertyTextFont
Gets or sets the Font used to display the Text set in a Hotspot that has the focus.
Public propertyTextForeColor
Gets or sets the ForeColor used to display the Text set in a Hotspot that has the focus.
Top
See Also