SftBox/OCX 4.5

SftBoxItems.TreeLineGrayedColor Property

Softel vdm, Inc.

Defines the color used for tree lines of disabled items.

Syntax       

Get

VB.NET

Clr = object.TreeLineGrayedColor  As UIntegerLanguage-specific information

VB

Clr = object.TreeLineGrayedColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TreeLineGrayedColor;

VC++

OLE_COLOR Clr = object->TreeLineGrayedColor;
OLE_COLOR Clr = object->GetTreeLineGrayedColor();

C

HRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.TreeLineGrayedColor = Clr  As UIntegerLanguage-specific information

VB

object.TreeLineGrayedColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TreeLineGrayedColor = Clr;

VC++

OLE_COLOR object->TreeLineGrayedColor = Clr;
void object->PutTreeLineGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

Defines the color used for tree lines of disabled items. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The TreeLineGrayedColor property defines the color used for tree lines of disabled items.

Items can be disabled using the Item.Enabled property.


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