Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.WhiteEdgeColor Property

Defines the drop down button's white edge color.

Syntax

Get

VB.NETClr = object.WhiteEdgeColor As UInteger
VBClr = object.WhiteEdgeColor As OLE_COLOR
C#.NETuint Clr = object.WhiteEdgeColor;
VC++OLE_COLOR Clr = object->WhiteEdgeColor;
OLE_COLOR Clr = object->GetWhiteEdgeColor();
CHRESULT object->get_WhiteEdgeColor(OLE_COLOR* Clr);

Put

VB.NETobject.WhiteEdgeColor = Clr As UInteger
VBobject.WhiteEdgeColor = Clr As OLE_COLOR
C#.NETuint object.WhiteEdgeColor = Clr;
VC++OLE_COLOR object->WhiteEdgeColor = Clr;
void object->PutWhiteEdgeColor(OLE_COLOR Clr);
CHRESULT object->put_WhiteEdgeColor(OLE_COLOR Clr);

object

A SftBoxDropDown object.

Clr

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

Comments

The WhiteEdgeColor property defines the drop down button's white 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.