SftOptions 1.0

SftOptionsHeader.GrayedColor Property

Softel vdm, Inc.

Defines the foreground color used for the header when disabled.

Syntax       

Get

VB.NET

Clr = object.GrayedColor  As UInt32

VB

Clr = object.GrayedColor  As OLE_COLOR

C#.NET

uint Clr = object.GrayedColor;

VC++

OLE_COLOR Clr = object->GrayedColor;
OLE_COLOR Clr = object->GetGrayedColor();

C

HRESULT object->get_GrayedColor(OLE_COLOR* Clr);

Delphi

Clr := object.GrayedColor  : Cardinal;

Put

VB.NET

object.GrayedColor = Clr  As UInt32

VB

object.GrayedColor = Clr  As OLE_COLOR

C#.NET

uint object.GrayedColor = Clr;

VC++

OLE_COLOR object->GrayedColor = Clr;
void object->PutGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_GrayedColor(OLE_COLOR Clr);

Delphi

object.GrayedColor := Clr  : Cardinal;

object

A SftOptionsHeader object.

Clr

Defines the foreground color used for the header when disabled.

Comments

The GrayedColor property defines the foreground color used for the header when disabled.

This property has no effect if Windows themes are used.

See Also  SftOptionsHeader Object | Object Hierarchy


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