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.
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.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll