Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::CheckIcons Enum

Special icon identifiers to set for an item.

enum CheckIcons
{
    NoIcon =  DG_NO_ICON,
    CheckedIcon =  DG_TVIC_CHECKED,
    UncheckedIcon =  DG_TVIC_UNCHECKED,
    GrayCheckIcon =  DG_TVIC_GRAYCHECK,
    MixedCheckIcon =  DG_TVIC_MIXEDCHECK
};

Value Definitions

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