[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(true)]
public Color HighlightColor { get; set; }
[BrowsableAttribute(true)]
public Color HighlightColor { get; set; }
<BrowsableAttribute(true)>
Public Property HighlightColor As Color
Get
Set
<BrowsableAttribute(true)>
Public Property HighlightColor As Color
Get
Set
public:
[BrowsableAttribute(true)]
property Color HighlightColor {
Color get ();
void set (Color value);
}
public:
[BrowsableAttribute(true)]
property Color HighlightColor {
Color get ();
void set (Color value);
}
[<BrowsableAttribute(true)>]
member HighlightColor : Color with get, set
[<BrowsableAttribute(true)>]
member HighlightColor : Color with get, set
Property Value
Type:
Color