[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

OffMenu

Disable the given menu or menu item.

Declaration

Source position: intuition.pas line 3217

procedure OffMenu(

  Window: PWindow;

  MenuNumber: Word

);

Arguments

Window

  

A pointer to the window

MenuNumber

  

The menu piece to be disabled

Description

This command disables a sub-item, an item, or a whole menu. This depends on the contents of the data packed into MenuNumber, which is described in the Intuition Reference Manual.

See also

OnMenu

  

Enable the given menu or menu item.

ResetMenuStrip

  

Re-attach a menu strip to a window.


Documentation generated on: 2017-01-10