BCGControlBar Library for .NET
ResizeBar Method (CommandBar)




The current location of the cursor in screen coordinates.
The resizing edge of the command bar.
Resizes CommandBar on MouseMove event if the CommandBar is captured.
Syntax
'Declaration
 
Public Overridable Sub ResizeBar( _
   ByVal delta As Point, _
   ByVal edge As DockEdge _
) 
'Usage
 
Dim instance As CommandBar
Dim delta As Point
Dim edge As DockEdge
 
instance.ResizeBar(delta, edge)
public virtual void ResizeBar( 
   Point delta,
   DockEdge edge
)
public: virtual void ResizeBar( 
   Point delta,
   DockEdge edge
) 
public:
virtual void ResizeBar( 
   Point delta,
   DockEdge edge
) 

Parameters

delta
The current location of the cursor in screen coordinates.
edge
The resizing edge of the command bar.
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