Enum SelectionType

SelectionType enumeration

The selection type of list box.

public enum SelectionType

Values

NameValueDescription
Single0Sigle selection type.
Multi1Multiple selection type.
Extend2Extend selection type.

See Also