PDFView4NET WinForms Edition
Caption Property (PDFPushButtonWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFPushButtonWidget Class : Caption Property
Gets or sets the widget's caption.
Syntax
'Declaration
 
Public Property Caption As String
'Usage
 
Dim instance As PDFPushButtonWidget
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public string Caption {get; set;}
public: __property string* get_Caption();
public: __property void set_Caption( 
   string* value
);
public:
property String^ Caption {
   String^ get();
   void set (    String^ value);
}

Property Value

The caption of pushbutton's 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

PDFPushButtonWidget Class
PDFPushButtonWidget Members