PDFView4NET WinForms Edition
MousePosition Property (AnnotationContextMenuEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationContextMenuEventArgs Class : MousePosition Property
Gets the position where the mouse was clicked.
Syntax
'Declaration
 
Public ReadOnly Property MousePosition As Point
'Usage
 
Dim instance As AnnotationContextMenuEventArgs
Dim value As Point
 
value = instance.MousePosition
public Point MousePosition {get;}
public: __property Point get_MousePosition();
public:
property Point MousePosition {
   Point get();
}

Property Value

The position in control coordinates where the context menu should be displayed.
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

AnnotationContextMenuEventArgs Class
AnnotationContextMenuEventArgs Members