PDFView4NET WPF Edition
NoToggleToOff Property




O2S.Components.PDFView4NET.Forms Namespace > PDFRadioButtonListField Class : NoToggleToOff Property
Gets or sets a value indicating whether a radiobutton should be selected all the time.
Syntax
'Declaration
 
Public Property NoToggleToOff As Boolean
'Usage
 
Dim instance As PDFRadioButtonListField
Dim value As Boolean
 
instance.NoToggleToOff = value
 
value = instance.NoToggleToOff
public bool NoToggleToOff {get; set;}
public: __property bool get_NoToggleToOff();
public: __property void set_NoToggleToOff( 
   bool value
);
public:
property bool NoToggleToOff {
   bool get();
   void set (    bool value);
}

Property Value

True if a radiobutton should be selected all the time, otherwise false. Default is true.
Remarks
If this property is true, clicking on currently selected radiobutton has no effect. If this property is false, clicking on currently selected radiobutton deselects it, leaving no radiobutton selected.
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