Gets or sets the tool tip.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string ToolTip { get; set; }
Property ToolTip As String
	Get
	Set
property String^ ToolTip {
	String^ get ();
	void set (String^ value);
}
abstract ToolTip : string with get, set

Property Value

String

See Also