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.DrawMode

The drawing mode of the tabs in the tab strip. This will indicate if the system draws it, or if the user paints each item manually. It also indicates whether or not items have to be of the same height.

[Visual Basic]
Public Property DrawMode As TabDrawMode
[C#]
public TabDrawMode DrawMode {get; set;}
[C++]
public: __property TabDrawMode get_DrawMode();
public: __property void set_DrawMode(TabDrawMode);
[JScript]
public function get DrawMode() : TabDrawMode;
public function set DrawMode(TabDrawMode);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace