public int UserLong {get; set;}
public: __property int get_UserLong(); public: __property void set_UserLong( int value );
public: property int UserLong { int get(); void set ( int value); }
'Declaration Public Property UserLong As Integer
'Usage Dim instance As UserDrawEventArgs Dim value As Integer instance.UserLong = value value = instance.UserLong
UserDrawEventArgs Class UserDrawEventArgs Members
©2019. Accusoft Corporation. All Rights Reserved.