Skip to content

Class: SystemMenu

Properties | Events | Methods | Index of Classes

Class used to create system menus

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseActionBar > DfBasePullDown > SystemMenu

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Description

The SystemMenu class provides an interface to the pulldown menu of system options for a container. The system menu is activated by clicking the system-menu icon of a panel, navigating through the menu bar using the left and right arrows, or by pressing the Alt+Spacebar key combination.

This class is an abstract class that is automatically created when an object has its SysMenu_Icon property set to true (e.g., a Panel object). As a result, this class is not meant for instantiation. This class is also not intedned for augmentation.