PopupStart Class

Description

PopupStart is the class for context-sensitive menus that pop up when you click the right-mouse button or some other key combination. Popup menu items change dynamically, depending on the point at which the popup menu appears.

Availability

This class is supported only on the Classic Agent.

Inheritance

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

Methods

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

Properties

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

Notes

To use popup menus, you define a new class, which inherits from the PopupMenu class. The children of this class should be the menu items on the popup menu. You then include the popup menu class as a child of each control to which the popup menu applies. For information on defining your own classes, see the winclass declaration.