PDFView4NET WinForms Edition
Tooltip Property (PDFField)




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : Tooltip Property
Gets or sets the field tooltip.
Syntax
'Declaration
 
Public Overridable Property Tooltip As String
'Usage
 
Dim instance As PDFField
Dim value As String
 
instance.Tooltip = value
 
value = instance.Tooltip
public virtual string Tooltip {get; set;}
public: __property virtual string* get_Tooltip();
public: __property virtual void set_Tooltip( 
   string* value
);
public:
virtual property String^ Tooltip {
   String^ get();
   void set (    String^ value);
}

Property Value

The field's tooltip.
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

PDFField Class
PDFField Members