Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::ItemType Enum

Special popup item, or collection of items.

enum ItemType
{
    AllItems =  DG_ALL_ITEMS,
    TopItem =  DG_POPUP_TOP,
    BottomItem =  DG_POPUP_BOTTOM
};

Value Definitions

AllItems
All items of the popup.
TopItem
Top item of the popup.
BottomItem
Bottom item of the popup.

Description

Some methods expect popupItem, which can be one of these enumeration values too. Typically, set methods accept all values (including AllItems), get methods accept only TopItem and BottomItem.