 | PdfRadioButtonFieldNoToggleToOff Property |
Gets or sets a value indicating whether one radio button must be selected at all times.
Namespace:
Patagames.Pdf.Net.AcroForms
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic bool NoToggleToOff { get; set; }
Public Property NoToggleToOff As Boolean
Get
Set
public:
property bool NoToggleToOff {
bool get ();
void set (bool value);
}
member NoToggleToOff : bool with get, set
/** @property */
public boolean get_NoToggleToOff()
/** @property */
public void set_NoToggleToOff(boolean value)
function get_NoToggleToOff();
function set_NoToggleToOff(value);
Property Value
Type:
Boolean
If true, exactly one radio button must be selected at all times; clicking the currently selected button has no effect.
If false, clicking the selected button deselects it, leaving no button selected.
See Also