Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.LightEdgeColor Property

Defines the drop down button's highlighted edge color.

Syntax

Get

VB.NETClr = object.LightEdgeColor As UInteger
VBClr = object.LightEdgeColor As OLE_COLOR
C#.NETuint Clr = object.LightEdgeColor;
VC++OLE_COLOR Clr = object->LightEdgeColor;
OLE_COLOR Clr = object->GetLightEdgeColor();
CHRESULT object->get_LightEdgeColor(OLE_COLOR* Clr);

Put

VB.NETobject.LightEdgeColor = Clr As UInteger
VBobject.LightEdgeColor = Clr As OLE_COLOR
C#.NETuint object.LightEdgeColor = Clr;
VC++OLE_COLOR object->LightEdgeColor = Clr;
void object->PutLightEdgeColor(OLE_COLOR Clr);
CHRESULT object->put_LightEdgeColor(OLE_COLOR Clr);

object

A SftBoxDropDown object.

Clr

Defines the drop down button's highlighted edge color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The LightEdgeColor property defines the drop down button's highlighted edge color.

This property only takes effect if DropDown.ButtonStyle is set to constSftBoxDDStyleClassic or a drop down button image has been defined (DropDown.Image property) with a DropDown.ButtonStyle value other than constSftBoxDDStyleHover or constSftBoxDDStyleHoverNoThemes.

See Also SftBoxDropDown Object | Object Hierarchy


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