Accusoft.NotateXpress13.Net
Shift Property (MouseDownEventArgs)




Gets the shift key state that was selected at the time of the mouse down event.
Syntax
'Declaration
 
Public Property Shift As Integer
'Usage
 
Dim instance As MouseDownEventArgs
Dim value As Integer
 
instance.Shift = value
 
value = instance.Shift
public int Shift {get; set;}
public: __property int get_Shift();
public: __property void set_Shift( 
   int value
);
public:
property int Shift {
   int get();
   void set (    int value);
}
See Also

Reference

MouseDownEventArgs Class
MouseDownEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback