PDFView4NET WPF Edition
Tooltip Property (PDFPushButtonField)




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

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

PDFPushButtonField Class
PDFPushButtonField Members