| 
 | 
 | 
 | 
| 
        | ClientSize Property, SftTabs Class | 
Returns the size of the client area used for tab pages.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
| VB | Public ReadOnly Property ClientSize As Size | 
| C# | public Size ClientSize { get; } | 
| C++ | public: property Size ClientSize { | 
Property Value
The size of the client area used for tab pages.
Comments
The ClientSize property returns the size of the client area used for tab pages.
A tab control can optionally contain a client area. The client area is used to display controls associated with a tab.