|
|
|
SftMask.MaskForeColorGrayed Property |
Defines the control's mask color when disabled.
Syntax
VB.NET |
|||
VB |
Clr = object.MaskForeColorGrayed As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->MaskForeColorGrayed;
|
||
C |
HRESULT object->get_MaskForeColorGrayed(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.MaskForeColorGrayed = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->MaskForeColorGrayed = Clr;
|
||
C |
HRESULT object->put_MaskForeColorGrayed(OLE_COLOR Clr); |
||
Delphi |
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.