Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.DarkEdgeColor Property

Defines the drop down button's dark edge color.

Syntax

Get

VB.NETClr = object.DarkEdgeColor As UInteger
VBClr = object.DarkEdgeColor As OLE_COLOR
C#.NETuint Clr = object.DarkEdgeColor;
VC++OLE_COLOR Clr = object->DarkEdgeColor;
OLE_COLOR Clr = object->GetDarkEdgeColor();
CHRESULT object->get_DarkEdgeColor(OLE_COLOR* Clr);

Put

VB.NETobject.DarkEdgeColor = Clr As UInteger
VBobject.DarkEdgeColor = Clr As OLE_COLOR
C#.NETuint object.DarkEdgeColor = Clr;
VC++OLE_COLOR object->DarkEdgeColor = Clr;
void object->PutDarkEdgeColor(OLE_COLOR Clr);
CHRESULT object->put_DarkEdgeColor(OLE_COLOR Clr);

object

A SftBoxDropDown object.

Clr

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

Comments

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