SftMask/OCX 6.5

SftMaskCaption.ForeColorGrayed Property

Softel vdm, Inc.

Defines the caption's text color when disabled.

Syntax       

Get

VB.NET

Clr = object.ForeColorGrayed  As UIntegerLanguage-specific information

VB

Clr = object.ForeColorGrayed  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ForeColorGrayed;

VC++

OLE_COLOR Clr = object->ForeColorGrayed;
OLE_COLOR Clr = object->GetForeColorGrayed();

C

HRESULT object->get_ForeColorGrayed(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.ForeColorGrayed = Clr  As UIntegerLanguage-specific information

VB

object.ForeColorGrayed = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ForeColorGrayed = Clr;

VC++

OLE_COLOR object->ForeColorGrayed = Clr;
void object->PutForeColorGrayed(OLE_COLOR Clr);

C

HRESULT object->put_ForeColorGrayed(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCaption object.

Clr

Defines the caption's text color when disabled.

Comments

The ForeColorGrayed property defines the caption's text color when disabled (see Enabled property).


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