|
|
|
SftMask.SelectForeColor Property |
Defines the control's selected text color.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColor;
|
||
C |
HRESULT object->get_SelectForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColor = Clr;
|
||
C |
HRESULT object->put_SelectForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's selected text color.
Comments
The SelectForeColor property defines the control's selected text color.
If the control has the input focus, the SelectForeColorFocus property is used instead.
If the control is disabled (see Enabled property), the ForeColorGrayed property is used instead.