PDFView4NET WPF Edition
Caption Property (PDFPushButtonField)




O2S.Components.PDFView4NET.Forms Namespace > PDFPushButtonField Class : Caption Property
Gets the button caption.
Syntax
'Declaration
 
Public ReadOnly Property Caption As String
'Usage
 
Dim instance As PDFPushButtonField
Dim value As String
 
value = instance.Caption
public string Caption {get;}
public: __property string* get_Caption();
public:
property String^ Caption {
   String^ get();
}

Property Value

The text displayed on the button.
Remarks
If the button has multiple widgets, this property returns the caption defined on the first widget.
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