Accusoft.NotateXpress13.Net
UserLong Property (UserDrawEventArgs)




Gets the user supplied data.
Syntax
'Declaration
 
Public Property UserLong As Integer
'Usage
 
Dim instance As UserDrawEventArgs
Dim value As Integer
 
instance.UserLong = value
 
value = instance.UserLong
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);
}
Remarks
An integer which represents the user supplied data via the UserLong property.
See Also

Reference

UserDrawEventArgs Class
UserDrawEventArgs Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback