PDFView4NET WinForms Edition
Checked Property (PDFRadioButtonListField)




O2S.Components.PDFView4NET.Forms Namespace > PDFRadioButtonListField Class : Checked Property
Gets or sets a value indicating whether the radio button list is checked or not.
Syntax
'Declaration
 
Public Property Checked As Boolean
'Usage
 
Dim instance As PDFRadioButtonListField
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 at least one radio button 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

PDFRadioButtonListField Class
PDFRadioButtonListField Members