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