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