SysMenu Class

Description

SysMenu is the class for the system menu for Windows.

Availability

This class is supported only on the Classic Agent.

Identification of SysMenu Items

The class defines these identifiers for system menu items:

Platform Identifiers
Windows

Close

Maximize

Minimize

Move

Next

Restore

Size

Switch To

Other platforms

Close

Maximize

Minimize

Move

Restore

Size

To refer to an item on the system menu, use the identifier SysMenu, followed by the identifier of a menu item. For example:
SysMenu.Close.Pick ()
To access other SysMenu items, use dynamic identifiers at runtime. For example:
MyApp.SysMenu.MenuItem("Chooser").Pick ()

Inheritance

SysMenu derives from the Menu class; no classes derive from this class.

Methods

SysMenu inherits all its methods from the AnyWin class and Menu class.

Properties

SysMenu inherits all its properties from the AnyWin class and Menu class.