BCGControlBar Library for .NET
MouseLocationFromMouseEventArgs Method




Syntax
'Declaration
 
Protected Function MouseLocationFromMouseEventArgs( _
   ByVal e As MouseEventArgs _
) As Point
'Usage
 
Dim instance As CommandPanel
Dim e As MouseEventArgs
Dim value As Point
 
value = instance.MouseLocationFromMouseEventArgs(e)
protected Point MouseLocationFromMouseEventArgs( 
   MouseEventArgs e
)
protected: Point MouseLocationFromMouseEventArgs( 
   MouseEventArgs* e
) 
protected:
Point MouseLocationFromMouseEventArgs( 
   MouseEventArgs^ e
) 

Parameters

e
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

CommandPanel Class
CommandPanel Members

Send Feedback