Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
MenuItem.getBreak
Retrieves a boolean value that indicates whether this menu item has been placed on a new line (if the item is part of a menu bar) or in a new column (if the item is part of a drop-down menu, submenu, or shortcut menu).
Syntax
public boolean getBreak()
Return Value
Returns true if the menu item has been placed on a new line or column; otherwise, returns false.
See Also setBreak