PopUp::ItemType Enum
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.