Click or drag to resize

AutoHotPopup Constructor (Font, Font, Color, Color, Color, Color, AutoHotPopupHotPopupOptions, PopupMenu)

Constructor used to set properties that are used for the AutoHotpopup.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public AutoHotPopup(
	Font TextFont,
	Font DescriptionFont,
	Color TextForeColor,
	Color TextBackColor,
	Color DescriptionForeColor,
	Color DescriptionBackColor,
	AutoHotPopupHotPopupOptions AutoHotPopupOptions,
	PopupMenu Menu
)

Parameters

TextFont
Type: System.DrawingFont
The Font used to display the Text set in a Hotspot that has the focus.
DescriptionFont
Type: System.DrawingFont
The Font used to display the Description set in a Hotspot that has the focus.
TextForeColor
Type: System.DrawingColor
The ForeColor used to display the Text set in a Hotspot that has the focus.
TextBackColor
Type: System.DrawingColor
The BackColor used to display the Text set in a Hotspot that has the focus.
DescriptionForeColor
Type: System.DrawingColor
The ForeColor used to display the Description set in a Hotspot that has the focus.
DescriptionBackColor
Type: System.DrawingColor
The BackColor used to display the Description set in a Hotspot that has the focus.
AutoHotPopupOptions
Type: Deltabit.WinFormsAutoHotPopupHotPopupOptions
Options for displaying the AutoHotPopup in a Hotspot that has the focus.
Menu
Type: Deltabit.WinFormsPopupMenu
The Deltabit.WinForms.PopupMenu that appears automatically when the cursor is moved over a Hotspot with AutoHotPopupOptions is set to "Menu".
See Also