| AutoHotPopupMenu Property |
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.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public PopupMenu Menu { get; set; }
Public Property Menu As PopupMenu
Get
Set
Dim instance As AutoHotPopup
Dim value As PopupMenu
value = instance.Menu
instance.Menu = value
public:
property PopupMenu^ Menu {
PopupMenu^ get ();
void set (PopupMenu^ value);
}
Property Value
Type:
PopupMenuSee Also