|
|
|
SftBoxItems.HilightColor Property |
Defines the color used for highlighted edges (Items.Appearance property).
Syntax
VB.NET |
|||
VB |
Clr = object.HilightColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->HilightColor;
|
||
C |
HRESULT object->get_HilightColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.HilightColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->HilightColor = Clr;
|
||
C |
HRESULT object->put_HilightColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the color used for highlighted edges (Items.Appearance property). For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The HilightColor property defines the color used for highlighted edges (Items.Appearance property).