This enumeration specifies whether a ToolBar will have the Flat or Normal appearance.
public enum ToolBarAppearance { Normal = 0 , Flat = 1 }
System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) ToolBarAppearance
ToolBar.Appearance