Class ChoiceField
Represents a choice field (field type Ch). Choice fields contain several text items, one or more of which can be selected. List boxes ListBox and combo boxes ComboBox are choice fields.
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 ChoiceField : Field, IField
Properties
Name | Description |
---|---|
Choices | The selectable text items, that is to say, the choices. |
DisplayValues | The display values. |
DoNotSpellCheck | If set, entered text shall not be spell checked. |
IsCommitOnSetChange | If set, the new value shall be commited as soon as the selection is made. |
IsMultiSelect | If set, more than one field option may be selected simultaneously. |
IsSort | If set, the field's option items shall be written sorted alphabetically. |
Selection | The selected text items. |
TextAppearance | The text appearance of this field. |
Methods
Name | Description |
---|---|
SetSelectionAsync(IEnumerable<String>) | Sets the selected text items. |