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

The size of each tab if the sizeMode is set to FIXED or drawMode is set to OWNERDRAWFIXED.

[Visual Basic]
Public Property ItemSize As Size
[C#]
public Size ItemSize {get; set;}
[C++]
public: __property Size get_ItemSize();
public: __property void set_ItemSize(Size);
[JScript]
public function get ItemSize() : Size;
public function set ItemSize(Size);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace