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