BCGControlBar Library for .NET
GetControlAreaRect Method




Gets the area of the TabControlEx where an embedded control is placed. It depends on the dock style and location of the tab strip and the border size of the control area.
Syntax
'Declaration
 
Public Function GetControlAreaRect() As Rectangle
'Usage
 
Dim instance As TabControlEx
Dim value As Rectangle
 
value = instance.GetControlAreaRect()
public Rectangle GetControlAreaRect()
public: Rectangle GetControlAreaRect(); 
public:
Rectangle GetControlAreaRect(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabControlEx Class
TabControlEx Members

Send Feedback