NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.Appearance

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);

Property Value

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

See Also

TabBase Class | TabBase Members | System.WinForms Namespace