BCGControlBar Library for .NET
OnMouseDown Method (OutlookToolBar)




A MouseEventArgs that contains an event data.
Raises the MouseDown event which occurs when the mouse pointer is over the OutlookToolbar and a mouse button is pressed.
Syntax
'Declaration
 
Public Overrides Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
'Usage
 
Dim instance As OutlookToolBar
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)
public override void OnMouseDown( 
   MouseEventArgs e
)
public: void OnMouseDown( 
   MouseEventArgs* e
) override 
public:
void OnMouseDown( 
   MouseEventArgs^ e
) override 

Parameters

e
A MouseEventArgs that contains an event data.
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

OutlookToolBar Class
OutlookToolBar Members
Base Implementation in OnMouseDown

Send Feedback