BCGControlBar Library for .NET
HandleMouseMove Method




A MouseEventArgs  that contains an event data.
Processes some events on moving mouse cursor over the toolbar.
Syntax
'Declaration
 
Public Overridable Sub HandleMouseMove( _
   ByVal e As MouseEventArgs _
) 
'Usage
 
Dim instance As Toolbar
Dim e As MouseEventArgs
 
instance.HandleMouseMove(e)
public virtual void HandleMouseMove( 
   MouseEventArgs e
)
public: virtual void HandleMouseMove( 
   MouseEventArgs* e
) 
public:
virtual void HandleMouseMove( 
   MouseEventArgs^ e
) 

Parameters

e
A MouseEventArgs  that contains an event data.
Remarks
This function changes open popup menus which parent buttons contain the cursor position, draw a border and move button on dragging in customize mode, resizes focusable buttons in the customize mode, etc.
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