Accusoft.NotateXpress13.Net
MouseDown Event




Occurs when an annotation object receives a MouseDown event in Interactive Mode.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
Public Event MouseDown As NotateXpress.MouseDownEventHandler
'Usage
 
Dim instance As NotateXpress
Dim handler As NotateXpress.MouseDownEventHandler
 
AddHandler instance.MouseDown, handler
[Category("NotateXpress")]
public event NotateXpress.MouseDownEventHandler MouseDown
[Category("NotateXpress")]
public: __event NotateXpress.MouseDownEventHandler* MouseDown
[Category("NotateXpress")]
public:
event NotateXpress.MouseDownEventHandler^ MouseDown
Event Data

The event handler receives an argument of type MouseDownEventArgs containing data related to this event. The following MouseDownEventArgs properties provide information specific to this event.

PropertyDescription
ElementGets the element that was selected at the time of the mouse down event.  
LayerGets the layer that was selected at the time of the mouse down event.  
MouseButtonsGets the mouse button that was selected at the time of the mouse down event.  
ShiftGets the shift key state that was selected at the time of the mouse down event.  
XGets the x coordinate of the cursor at the time of the mouse down event.  
YGets the y coordinate of the cursor at the time of the mouse down event.  
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback