| PdfRadioButtonFieldNoToggleToOff Property |
Gets or sets a value indicating whether one radio button must be selected at all times.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public 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
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