SftBox/OCX 4.5

SftBoxDropDown.LightEdgeColor Property

Softel vdm, Inc.

Defines the drop down button's highlighted edge color.

Syntax       

Get

VB.NET

Clr = object.LightEdgeColor  As UIntegerLanguage-specific information

VB

Clr = object.LightEdgeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.LightEdgeColor;

VC++

OLE_COLOR Clr = object->LightEdgeColor;
OLE_COLOR Clr = object->GetLightEdgeColor();

C

HRESULT object->get_LightEdgeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.LightEdgeColor = Clr  As UIntegerLanguage-specific information

VB

object.LightEdgeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.LightEdgeColor = Clr;

VC++

OLE_COLOR object->LightEdgeColor = Clr;
void object->PutLightEdgeColor(OLE_COLOR Clr);

C

HRESULT object->put_LightEdgeColor(OLE_COLOR Clr);

Delphi

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

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.


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