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

List styles


Enumerations

enum  {
  LIST_EXTENDEDSELECT = 0,
  LIST_SINGLESELECT = 0x00100000,
  LIST_BROWSESELECT = 0x00200000,
  LIST_MULTIPLESELECT = 0x00300000,
  LIST_AUTOSELECT = 0x00400000,
  LIST_NORMAL = LIST_EXTENDEDSELECT
}
 List styles. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
LIST_EXTENDEDSELECT  Extended selection mode allows for drag-selection of ranges of items.
LIST_SINGLESELECT  Single selection mode allows up to one item to be selected.
LIST_BROWSESELECT  Browse selection mode enforces one single item to be selected at all times.
LIST_MULTIPLESELECT  Multiple selection mode is used for selection of individual items.
LIST_AUTOSELECT  Automatically select under cursor.