| AutoHotPopupTextForeColor Property |
Gets or sets the ForeColor used to display the Text set in a Hotspot that has the focus.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Color TextForeColor { get; set; }
Public Property TextForeColor As Color
Get
Set
Dim instance As AutoHotPopup
Dim value As Color
value = instance.TextForeColor
instance.TextForeColor = value
public:
property Color TextForeColor {
Color get ();
void set (Color value);
}
Property Value
Type:
ColorSee Also