Enum SelectType
The type of list box or combo box.
public enum SelectType
Fields
ComboboxSelection = 1A combo box.
ExtendedSelection = 2An extended multi-select list.
SingleSelection = 0A single-select list box.
The type of list box or combo box.
public enum SelectType
ComboboxSelection = 1A combo box.
ExtendedSelection = 2An extended multi-select list.
SingleSelection = 0A single-select list box.