Accusoft.NotateXpress13.Net
ToolTipText Property (Element)




Gets and sets a string value in the element that will become the ToolTipText value associated with the element.
Syntax
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);
}
'Declaration
 
Public Property ToolTipText As String
 
'Usage
 
Dim instance As Element
Dim value As String
 
instance.ToolTipText = value
 
value = instance.ToolTipText

Property Value

A string value which represents the tooltip text.
Remarks

The ToolTipText will display as a standard tool tip over the element.

See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback