SftMask/OCX 6.5

SftMask.MaskForeColorGrayed Property

Softel vdm, Inc.

Defines the control's mask color when disabled.

Syntax       

Get

VB.NET

Clr = object.MaskForeColorGrayed  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.MaskForeColorGrayed  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.MaskForeColorGrayed;

VC++

OLE_COLOR Clr = object->MaskForeColorGrayed;
OLE_COLOR Clr = object->GetMaskForeColorGrayed();

C

HRESULT object->get_MaskForeColorGrayed(OLE_COLOR* Clr);

Delphi

Clr := object.MaskForeColorGrayed  : TColorLanguage-specific information;

Put

VB.NET

object.MaskForeColorGrayed = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.MaskForeColorGrayed = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.MaskForeColorGrayed = Clr;

VC++

OLE_COLOR object->MaskForeColorGrayed = Clr;
void object->PutMaskForeColorGrayed(OLE_COLOR Clr);

C

HRESULT object->put_MaskForeColorGrayed(OLE_COLOR Clr);

Delphi

object.MaskForeColorGrayed := Clr  : TColorLanguage-specific information;

object

A SftMask object.

Clr

Defines the control's mask color when disabled.

Comments

The MaskForeColorGrayed property defines the control's mask color when disabled (see Enabled property). This color is used for literal characters only. It is not used for input fields.


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