Class RadioButton
Represents a radio button field.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public class RadioButton : ButtonField, IField
Remarks
A radio button field is a set of related buttons each having a boolean state. The boolean states of the individual buttons have a relationship. Usually, at most one of the buttons is in the on state while all others are in the off state.
Properties
Name | Description |
---|---|
Choices | The items that can be selected, that is, the choices. Usually these are the names for the individual buttons. |
IsOff | Whether none of the buttons is in the on state. |
Positions | The positions of the individual buttons. |
Selection | The current selection. The selection may be empty. It may contain the name of a button that has been switched on. |
Methods
Name | Description |
---|---|
SelectOneAsync(String) | This function changes the selected button. |
SetSelectionAsync(IEnumerable<String>) | This function changes the selection. |