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

OnMenu

Enable the given menu or menu item.

Declaration

Source position: intuition.pas line 3219

procedure OnMenu(

  Window: PWindow;

  MenuNumber: Word

);

Arguments

Window

  

A pointer to the window

MenuNumber

  

The menu piece to be enables

Description

This command enables 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

OffMenu

  

Disable the given menu or menu item.

ResetMenuStrip

  

Re-attach a menu strip to a window.


Documentation generated on: 2017-01-10