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 MouseUpEventArgs Dim value As Integer instance.Shift = value value = instance.Shift
MouseUpEventArgs Class MouseUpEventArgs Members
©2019. Accusoft Corporation. All Rights Reserved.