PDFView4NET WinForms Edition
Checked Property (PDFCheckWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : Checked Property
Gets or sets a value indicating whether this widget is checked or not.
Syntax
'Declaration
 
Public Property Checked As Boolean
'Usage
 
Dim instance As PDFCheckWidget
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
public bool Checked {get; set;}
public: __property bool get_Checked();
public: __property void set_Checked( 
   bool value
);
public:
property bool Checked {
   bool get();
   void set (    bool value);
}

Property Value

True if the widget is checked, false otherwise.
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

PDFCheckWidget Class
PDFCheckWidget Members