PDFView4NET WinForms Edition
ToolTipText Property




O2S.Components.PDFView4NET Namespace > AnnotationToolTipDrawEventArgs Class : ToolTipText Property
Gets the text for the annotation tooltip that is being drawn.
Syntax
'Declaration
 
Public ReadOnly Property ToolTipText As String
'Usage
 
Dim instance As AnnotationToolTipDrawEventArgs
Dim value As String
 
value = instance.ToolTipText
public string ToolTipText {get;}
public: __property string* get_ToolTipText();
public:
property String^ ToolTipText {
   String^ get();
}

Property Value

The text that is associated with the annotation tooltip when the draw event occurs.
Remarks
The value of this property is the value of PDFAnnotationToolTip.Contents property after the { } tags have been replaced with actual values for the corresponding annotation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationToolTipDrawEventArgs Class
AnnotationToolTipDrawEventArgs Members