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); }
'Declaration Public Property Shift As Integer
'Usage Dim instance As MouseDownEventArgs Dim value As Integer instance.Shift = value value = instance.Shift
MouseDownEventArgs Class MouseDownEventArgs Members
©2019. Accusoft Corporation. All Rights Reserved.