Accusoft.NotateXpress13.Net
UserLong Property (BaseToolbarDefaults)




Gets and sets a long value in the element that will become the UserLong value associated with the element once it is created.
Syntax
'Declaration
 
Public Property UserLong As Integer
'Usage
 
Dim instance As BaseToolbarDefaults
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);
}

Property Value

An integer value which represents a private value to be used by each element.
Remarks

The default value is 0.

The UserLong is a long value allocated by each object and reserved for use by the application to store a private long value.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback