Accusoft.NotateXpress13.Net
Text Property (ButtonTool)




Gets and sets the text which is displayed upon the button annotation.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As ButtonTool
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which is used within the button annotation.
Remarks
The default value is an empty string "".
See Also

Reference

ButtonTool Class
ButtonTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback