BCGControlBar Library for .NET
CalcBorderSize Method (Toolbar)




This function is called by the framework to specify the size of a border of the toolbar window in floating state. The default returned value is 3x3.

Syntax
'Declaration
 
Public Overrides Function CalcBorderSize() As Size
'Usage
 
Dim instance As Toolbar
Dim value As Size
 
value = instance.CalcBorderSize()
public override Size CalcBorderSize()
public: Size CalcBorderSize(); override 
public:
Size CalcBorderSize(); override 
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
Base Implementation in CalcBorderSize

Send Feedback