Accusoft.NotateXpress13.Net
UserString Property (BaseToolbarDefaults)




Gets and sets a string value in the element that will become the UserString value associated with the object once it is created.
Syntax
'Declaration
 
Public Property UserString As String
'Usage
 
Dim instance As BaseToolbarDefaults
Dim value As String
 
instance.UserString = value
 
value = instance.UserString
public string UserString {get; set;}
public: __property string* get_UserString();
public: __property void set_UserString( 
   string* value
);
public:
property String^ UserString {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents a private description for use by the application.
Remarks

The default value is an empty string "".

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

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback