BCGControlBar Library for .NET
GetTotalButtonRect Method




Specifies the area in which  all of the visible buttons from the ToolBarButton collection are located. In ToolBar class this function is used to recalculate the client size of the Toolbar.
Syntax
'Declaration
 
Public Function GetTotalButtonRect() As Rectangle
'Usage
 
Dim instance As Toolbar
Dim value As Rectangle
 
value = instance.GetTotalButtonRect()
public Rectangle GetTotalButtonRect()
public: Rectangle GetTotalButtonRect(); 
public:
Rectangle GetTotalButtonRect(); 
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

Toolbar Class
Toolbar Members

Send Feedback