| AutoHotPopupHotPopupOptions Enumeration |
Options for displaying the AutoHotPopup menu
Off - AutoHotLable is turned off.
TextOnly - The popup only displays the Text for the Hotspot and follows the cursor over the hotspot.
TextAndDescription - The popup displays the Text property as a Header and the Description as the body. The popup follows the cursor over the hotspot.
DescriptionOnly - Only displays the Description property in the popup, and not the Text. The popup follows the cursor over the hotspot.
Menu - A static Deltabit.WinForms.PopupMenu is displayed over the central point of the hotspot. Popup menu options can be selected by the user to raise an event from the Deltabit.WinForms.PopupMenu.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public enum HotPopupOptions
Public Enumeration HotPopupOptions
Dim instance As AutoHotPopup.HotPopupOptions
public enum class HotPopupOptions
Members
| Member name | Value | Description |
---|
| Off | 0 | |
| TextOnly | 1 | |
| TextAndDescription | 2 | |
| DescriptionOnly | 3 | |
| Menu | 4 | |
See Also