SftBox/OCX 4.5

SftBoxDropDown.BlackEdgeColor Property

Softel vdm, Inc.

Defines the drop down button's black edge color.

Syntax       

Get

VB.NET

Clr = object.BlackEdgeColor  As UIntegerLanguage-specific information

VB

Clr = object.BlackEdgeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.BlackEdgeColor;

VC++

OLE_COLOR Clr = object->BlackEdgeColor;
OLE_COLOR Clr = object->GetBlackEdgeColor();

C

HRESULT object->get_BlackEdgeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.BlackEdgeColor = Clr  As UIntegerLanguage-specific information

VB

object.BlackEdgeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.BlackEdgeColor = Clr;

VC++

OLE_COLOR object->BlackEdgeColor = Clr;
void object->PutBlackEdgeColor(OLE_COLOR Clr);

C

HRESULT object->put_BlackEdgeColor(OLE_COLOR Clr);

Delphi

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

object

A SftBoxDropDown object.

Clr

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

Comments

The BlackEdgeColor property defines the drop down button's black 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