Click or drag to resize

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
Members
  Member nameValueDescription
Off0
TextOnly1
TextAndDescription2
DescriptionOnly3
Menu4
See Also