|
|
|
SftMask.MaskForeColor Property |
Defines the control's default mask color.
Syntax
VB.NET |
|||
VB |
Clr = object.MaskForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->MaskForeColor;
|
||
C |
HRESULT object->get_MaskForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.MaskForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->MaskForeColor = Clr;
|
||
C |
HRESULT object->put_MaskForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's default mask color.
Comments
The MaskForeColor property defines the control's default mask color.
This color is used for literal characters only. It is not used for input fields. If the control is disabled (see Enabled property), the property MaskForeColorGrayed is used instead.