|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property FocusMode As Ctl3d.FocusModes
[C#]
public Ctl3d.FocusModes FocusMode {get; set;}
[C++]
public: __property Ctl3d.FocusModes get_FocusMode();
public: __property void set_FocusMode(Ctl3d.FocusModes);
| ||||||||||||
|
|
| ||||||||||||
|
Remarks
|
Determines how the control render its surface when it receives the input focus.
Supported values are the following:
This property can be changed at Design time using the Others tab of the 3D Button Visual Editor application.
|