| 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
)
Public Sub New (
TextFont As Font,
DescriptionFont As Font,
TextForeColor As Color,
TextBackColor As Color,
DescriptionForeColor As Color,
DescriptionBackColor As Color,
AutoHotPopupOptions As AutoHotPopupHotPopupOptions,
Menu As PopupMenu
)
Dim TextFont As Font
Dim DescriptionFont As Font
Dim TextForeColor As Color
Dim TextBackColor As Color
Dim DescriptionForeColor As Color
Dim DescriptionBackColor As Color
Dim AutoHotPopupOptions As AutoHotPopupHotPopupOptions
Dim Menu As PopupMenu
Dim instance As New AutoHotPopup(TextFont,
DescriptionFont, TextForeColor,
TextBackColor, DescriptionForeColor,
DescriptionBackColor, AutoHotPopupOptions,
Menu)
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