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!

ToolBarAppearance Enumeration

Specifies the type of toolbar to display.

[Visual Basic]
Public Enum ToolBarAppearance
[C#]
public enum ToolBarAppearance
[C++]
public enum ToolBarAppearance

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Set the the Appearance property of the toolbar to Flat to give the toolbar and its buttons a flat appearance. As the mouse pointer moves over the buttons, their appearance changes to three-dimensional. Button separators appear as lines rather than spaces between the buttons when the toolbar has a flat appearance.

Members

Member Name Description
Flat The toolbar and buttons appear flat, but the buttons change to three dimensional as the mouse pointer moves over them.
Normal The toolbar and buttons appear as standard three dimensional controls.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ToolBarButtonStyle