SysMenu is the class for the system menu for Windows.
This class is supported only on the Classic Agent.
The class defines these identifiers for system menu items:
Close
Maximize
Minimize
Move
Next
Restore
Size
Switch To
SysMenu.Close.Pick ()
MyApp.SysMenu.MenuItem("Chooser").Pick ()
SysMenu derives from the Menu class; no classes derive from this class.
SysMenu inherits all its methods from the AnyWin class and Menu class.
SysMenu inherits all its properties from the AnyWin class and Menu class.