Enum ListBoxHandlerCreateFlags
Specifies creation options for a list box handler.
[Flags]
public enum ListBoxHandlerCreateFlags
Fields
CheckBoxes = 1Display a check box next to each item in the list box.
None = 0No special options; default behavior.
Remarks
This enumeration is treated as a bit field; combine values with a bitwise OR. Use these flags when creating or configuring a list box handler to enable optional behavior such as displaying check boxes for items.