Table of Contents

Enum ListBoxHandlerCreateFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies creation options for a list box handler.

[Flags]
public enum ListBoxHandlerCreateFlags

Fields

CheckBoxes = 1

Display a check box next to each item in the list box.

None = 0

No 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.