| PdfRadioButtonFieldRadiosInUnison Property |
Gets or sets a value indicating whether radio buttons with the same export value will turn off and on together.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool RadiosInUnison { get; set; }
Public Property RadiosInUnison As Boolean
Get
Set
public:
property bool RadiosInUnison {
bool get ();
void set (bool value);
}
member RadiosInUnison : bool with get, set
/** @property */
public boolean get_RadiosInUnison()
/** @property */
public void set_RadiosInUnison(boolean value)
function get_RadiosInUnison();
function set_RadiosInUnison(value);
Property Value
BooleanRemarks
If true, a group of radio buttons within a radio button field that
use the same value for the on state will turn on and off in unison;
that is if one is checked, they are all checked.
If false, the buttons are mutually exclusive.
See Also