Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.DropHilightColor Property

Defines the color used for the drop target (Items.DropIndex property).

Syntax

Get

VB.NETClr = object.DropHilightColor As UInteger
VBClr = object.DropHilightColor As OLE_COLOR
C#.NETuint Clr = object.DropHilightColor;
VC++OLE_COLOR Clr = object->DropHilightColor;
OLE_COLOR Clr = object->GetDropHilightColor();
CHRESULT object->get_DropHilightColor(OLE_COLOR* Clr);

Put

VB.NETobject.DropHilightColor = Clr As UInteger
VBobject.DropHilightColor = Clr As OLE_COLOR
C#.NETuint object.DropHilightColor = Clr;
VC++OLE_COLOR object->DropHilightColor = Clr;
void object->PutDropHilightColor(OLE_COLOR Clr);
CHRESULT object->put_DropHilightColor(OLE_COLOR Clr);

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).

See Also SftBoxItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.