[]
Represents the ListBoxField field.
public class ListBoxField : ChoiceField, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Initializes a new instance of the ListBoxField class.
public ListBoxField()
Gets or sets the indexes of default selected items.
public int[] DefaultSelectedIndexes { get; set; }
Gets or sets a value indicating whether more than one of the field’s option items may be selected simultaneously.
public bool MultiSelect { get; set; }
Gets or sets the indexes of selected items.
public int[] SelectedIndexes { get; set; }
Gets or sets the index of top visible item.
public int TopIndex { get; set; }