Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::IsSeparator

Checks whether an item is a separator or not.

bool IsSeparator (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 a separator.
false The popup item is not a separator.