Search
CheckListBoxType Enumeration
See Also
 






Specifies the type of a CheckListBox control.

Namespace: MindFusion.Common.UI
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
CheckListBoxType = {}

 Members

  Member name Description

Flags

Indicates that the control displays the values of a flag enumeration.

List

Indicates that the control displays a list of items.

 See Also