Retrieves the dimensions, in pixels, of menu bar buttons.
public static final Point getMenuButtonSize()
Returns a Point object that represents the size of menu bar buttons.
Use the getMenuButtonSize method to determine the size of a menu button, such as the child window close buttons used in a multiple document interface application. The dimensions of a menu button should be similar to the dimensions returned for caption buttons using the getCaptionButtonSize method.
See Also getMenuCheckSize, getMenuHeight