Accusoft.NotateXpress13.Net
ToolTipText Property (BaseToolbarDefaults)




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

Property Value

A string value which represents the tooltip text.
Remarks

This property is a string allocated by each annotation and will display as a standard tool tip over the element.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback