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);
int a value from the ToolBarAppearance enumeration with the current appearance value.