ClickHyperlink
Tooltip Property
|
Returns or sets the ScreenTip text of a hyperlink.
Read-only
String
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Tooltip { get; set; }
Public Property Tooltip As String
Get
Set
public:
property String^ Tooltip {
String^ get ();
void set (String^ value);
}
member Tooltip : string with get, set
Property Value
Type:
String
See Also