BCGControlBar Library for .NET
GetDockedSize Method




The current DockEdge of the CommandBar.
Returns the current size of the CommandBar depending on the current DockEdge. In default implementation returns the current size of the CommandBar.
Syntax
'Declaration
 
Public Function GetDockedSize( _
   ByVal edge As DockEdge _
) As Size
'Usage
 
Dim instance As CommandBar
Dim edge As DockEdge
Dim value As Size
 
value = instance.GetDockedSize(edge)
public Size GetDockedSize( 
   DockEdge edge
)
public: Size GetDockedSize( 
   DockEdge edge
) 
public:
Size GetDockedSize( 
   DockEdge edge
) 

Parameters

edge
The current DockEdge of the CommandBar.
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

CommandBar Class
CommandBar Members

Send Feedback