Wimark.Controls Class Library  

TabControl.ItemSize Property

Gets or sets the size of the control's tabs.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TabControl Class | TabControl Members | Wimark.Controls Namespace