|
|
|
SftButton.BackColorFocus Property |
Defines the control's background color when it has the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorFocus;
|
||
C |
HRESULT object->get_BackColorFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorFocus = Clr;
|
||
C |
HRESULT object->put_BackColorFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the control's background color when it has the input focus. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The BackColorFocus property defines the control's background color when it has the input focus.
This property has no effect if Windows themes are used.
If both BackColorFocusStart and BackColorFocusEnd define valid starting and ending colors, these take precedence and the BackColorFocus property has no effect.