Determines how the control render its surface when it receives the input focus.
Supported values are the following:
Enumerated value
|
Value
|
Meaning
|
FocusModes.None
|
0 (default)
|
The control does not changes its look when it receives the input focus.
|
FocusModes.Border
|
1
|
The control draws a black dashed border around the caption text.
|
FocusModes.DefinedColor
|
2
|
The control renders its surface using the color defined at runtime through the ColorSurfaceFocus property or at design time using the Colors tab of the 3D Button Visual Editor application.
|
This property can be changed at Design time using the Others tab of the 3D Button Visual Editor application.
|