SftBox/OCX 4.5

SftBoxDropDown.DarkEdgeColor Property

Softel vdm, Inc.

Defines the drop down button's dark edge color.

Syntax       

Get

VB.NET

Clr = object.DarkEdgeColor  As UIntegerLanguage-specific information

VB

Clr = object.DarkEdgeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DarkEdgeColor;

VC++

OLE_COLOR Clr = object->DarkEdgeColor;
OLE_COLOR Clr = object->GetDarkEdgeColor();

C

HRESULT object->get_DarkEdgeColor(OLE_COLOR* Clr);

Delphi

Clr := object.DarkEdgeColor  : CardinalLanguage-specific information;

Put

VB.NET

object.DarkEdgeColor = Clr  As UIntegerLanguage-specific information

VB

object.DarkEdgeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DarkEdgeColor = Clr;

VC++

OLE_COLOR object->DarkEdgeColor = Clr;
void object->PutDarkEdgeColor(OLE_COLOR Clr);

C

HRESULT object->put_DarkEdgeColor(OLE_COLOR Clr);

Delphi

object.DarkEdgeColor := Clr  : CardinalLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com