NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBar.Appearance

Indicates what special appearance characteristics the ToolBar will have. Examples would be normal or a non-3D flat appearance.

[Visual Basic]
Public Property Appearance As ToolBarAppearance
[C#]
public ToolBarAppearance Appearance {get; set;}
[C++]
public: __property ToolBarAppearance get_Appearance();
public: __property void set_Appearance(ToolBarAppearance);
[JScript]
public function get Appearance() : ToolBarAppearance;
public function set Appearance(ToolBarAppearance);

Property Value

int a value from the ToolBarAppearance enumeration with the current appearance value.

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace