Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SpecialIcons Enum

Special icon identifiers to set for an item.

enum SpecialIcons
{
    NoIcon =  DG_NO_ICON,
    DragIcon =  DG_LIST_DRAGICON,
    CheckedIcon =  DG_LIST_CHECKEDICON,
    UncheckedIcon =  DG_LIST_UNCHECKEDICON,
    GrayCheckIcon =  DG_LIST_GRAYCHECKICON,
    MixedCheckIcon =  DG_LIST_MIXEDCHECKICON
};

Value Definitions

NoIcon
No icon is set.
DragIcon
Drag icon is set.
CheckedIcon
Checked check box icon.
UncheckedIcon
Unchecked check box icon.
GrayCheckIcon
Grayed check box icon.
MixedCheckIcon
Filled check box icon, used to indicate mixed or undefined selection