|
|
|
SftMask.SelectForeColorFocus Property |
Defines the control's selected text color when it has the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColorFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColorFocus;
|
||
C |
HRESULT object->get_SelectForeColorFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColorFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColorFocus = Clr;
|
||
C |
HRESULT object->put_SelectForeColorFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftMask object.
Clr
Defines the control's selected text color when it has the input focus.
Comments
The SelectForeColorFocus property defines the control's selected text color when it has the input focus.
If the control does not have the input focus or if no color has been defined for the SelectForeColorFocus property, the SelectForeColor property defines the control's foreground color for selected text.
If the control is disabled (see Enabled property), the ForeColorGrayed property is used instead.
If the control has the input focus, the SelectForeColor property defines the control's default foreground color.