Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

CheckList styles


Enumerations

enum  {
  CHECKLIST_EXTENDEDSELECT = 0,
  CHECKLIST_SINGLESELECT = 0x00100000,
  CHECKLIST_BROWSESELECT = 0x00200000,
  CHECKLIST_MULTIPLESELECT = 0x00300000,
  CHECKLIST_AUTOSELECT = 0x00400000,
  CHECKLIST_NORMAL = CHECKLIST_EXTENDEDSELECT
}

Enumeration Type Documentation

anonymous enum
 

CheckList styles.

Enumeration values:
CHECKLIST_EXTENDEDSELECT   Extended selection mode allows for drag-selection of ranges of items.
CHECKLIST_SINGLESELECT   Single selection mode allows up to one item to be selected.
CHECKLIST_BROWSESELECT   Browse selection mode enforces one single item to be selected at all times.
CHECKLIST_MULTIPLESELECT   Multiple selection mode is used for selection of individual items.
CHECKLIST_AUTOSELECT   Automatically select under cursor.
CHECKLIST_NORMAL  

Definition at line 37 of file FXCheckList.h.