Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

MaskForeColorGrayed Property, SftMask Object

Defines the control's mask color when disabled.

Syntax

Get

VB.NETClr = object.MaskForeColorGrayed As System.Drawing.Color
VBClr = object.MaskForeColorGrayed As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.MaskForeColorGrayed;
VC++OLE_COLOR Clr = object->MaskForeColorGrayed;
OLE_COLOR Clr = object->GetMaskForeColorGrayed();
CHRESULT object->get_MaskForeColorGrayed(OLE_COLOR* Clr);

Put

VB.NETobject.MaskForeColorGrayed = Clr As System.Drawing.Color
VBobject.MaskForeColorGrayed = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.MaskForeColorGrayed = Clr;
VC++OLE_COLOR object->MaskForeColorGrayed = Clr;
void object->PutMaskForeColorGrayed(OLE_COLOR Clr);
CHRESULT object->put_MaskForeColorGrayed(OLE_COLOR Clr);

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.

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.