BCGControlBar Library for .NET
ResizeBar Method (Toolbar)




The point in screen coordinates which should be reached on resizing.
The edge of the bar which it will be resized at.
Called by the framework on resizing the toolbar on mouse move event if the toolbar bar is captured.
Syntax
'Declaration
 
Public Overrides Sub ResizeBar( _
   ByVal mouseScreen As Point, _
   ByVal edge As DockEdge _
) 
'Usage
 
Dim instance As Toolbar
Dim mouseScreen As Point
Dim edge As DockEdge
 
instance.ResizeBar(mouseScreen, edge)
public override void ResizeBar( 
   Point mouseScreen,
   DockEdge edge
)
public: void ResizeBar( 
   Point mouseScreen,
   DockEdge edge
) override 
public:
void ResizeBar( 
   Point mouseScreen,
   DockEdge edge
) override 

Parameters

mouseScreen
The point in screen coordinates which should be reached on resizing.
edge
The edge of the bar which it will be resized at.
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 ResizeBar

Send Feedback