|
|
|
SftButton.ShowFocus Property |
Defines whether the control displays a focus rectangle when it has the input focus.
Syntax
VB.NET |
Boolean = object.ShowFocus As Boolean |
||
VB |
Boolean = object.ShowFocus As Boolean |
||
C#.NET |
bool Boolean = object.ShowFocus; |
||
VC++ |
VARIANT_BOOL Boolean = object->ShowFocus;
|
||
C |
HRESULT object->get_ShowFocus(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.ShowFocus : WordBool; |
||
VB.NET |
object.ShowFocus = Boolean As Boolean |
||
VB |
object.ShowFocus = Boolean As Boolean |
||
C#.NET |
bool object.ShowFocus = Boolean; |
||
VC++ |
VARIANT_BOOL object->ShowFocus = Boolean;
|
||
C |
HRESULT object->put_ShowFocus(VARIANT_BOOL Boolean); |
||
Delphi |
object.ShowFocus := Boolean : WordBool; |
object
A SftButton object.
Boolean
Defines whether the control displays a focus rectangle when it has the input focus.
Boolean |
Description |
True |
The focus rectangle is displayed when the control has the input focus. |
False |
The focus rectangle is never displayed. |
Comments
The ShowFocus property defines whether the control displays a focus rectangle when it has the input focus.