Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::IsSeparator

Checks whether a list item is a separator or not.

bool IsSeparator (short listItem) const;

Parameters

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

Return Value

Value Meaning
true The list box item is a separator.
false The list box item is not a separator.