bool window.IsSeparator()
Applicable Classes: Menu, MenuItem
Return Type: bool
Parameters: none
Description:
IsSeparator returns true if the Menu is a separator, false otherwise.
A separator menu is a horizontal bar separating menu items, and performs
no action when selected.
See the Menu functions for an example.
See Also: Menu
Functions