.NET Windows Forms in a Nutshell
This enumeration specifies whether a ToolBar will have the Flat or Normal appearance. public enum ToolBarAppearance { Normal = 0 , Flat = 1 } Hierarchy
System.Object Returned By
ToolBar.Appearance Passed To
ToolBar.Appearance |