Accusoft.NotateXpress13.Net
Element Property (MouseDownEventArgs)




Gets the element that was selected at the time of the mouse down event.
Syntax
'Declaration
 
Public Property Element As Element
'Usage
 
Dim instance As MouseDownEventArgs
Dim value As Element
 
instance.Element = value
 
value = instance.Element
public Element Element {get; set;}
public: __property Element* get_Element();
public: __property void set_Element( 
   Element* value
);
public:
property Element^ Element {
   Element^ get();
   void set (    Element^ value);
}
See Also

Reference

MouseDownEventArgs Class
MouseDownEventArgs Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback