Indicates whether the tabs in the tabstrip look like regular tabs as seen in Property Sheet type applications, or if they look like butttons, as seen in the Windows 95 taskbar.
[Visual Basic] Public Property Appearance As TabAppearance [C#] public TabAppearance Appearance {get; set;} [C++] public: __property TabAppearance get_Appearance(); public: __property void set_Appearance(TabAppearance); [JScript] public function get Appearance() : TabAppearance; public function set Appearance(TabAppearance);
integer with one of the following values: TabAppearance.NORMAL- indicates they are painted as normal tabs. TabAppearance.Buttons- indicates they are painted like taskbar btns