Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::IsItemEnabled

Checks whether a popup item is enabled.

bool IsItemEnabled (short popupItem) const;

Parameters

popupItem
1-based index of the popup item, use TopItem or BottomItem of Item type to specify the first or last item of the popup control.

Return Value

Value Meaning
true The popup item is enabled.
false The popup item is disabled.