| Visual Basic (Declaration) | |
|---|---|
Public Property Style As ButtonBarStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ButtonBarStyle Style {get; set;} | |
| Delphi | |
|---|---|
public read-write property Style: ButtonBarStyle; | |
| JScript | |
|---|---|
public function get,set Style : ButtonBarStyle | |
| Managed Extensions for C++ | |
|---|---|
public: __property ButtonBarStyle get_Style(); public: __property void set_Style( ButtonBarStyle value ); | |
| C++/CLI | |
|---|---|
public: property ButtonBarStyle Style { ButtonBarStyle get(); void set (ButtonBarStyle value); } | |
Return Value
A ButtonBarStyle value, this property determines the appearance of the ButtonBar. The default value is ButtonBarStyle.Standard.Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family