The SalPopupMenu type exposes the following members.

Constructors

  NameDescription
Public methodSalPopupMenu
Constructs a new SalPopupMenu.

Methods

  NameDescription
Public methodCloneMenu
Overrides the CloneMenu method to duplicate event handlers and to disable the default initializer in named menu classes.
(Overrides MenuItem..::..CloneMenu()()()().)
Protected methodDispose
Release resources associated with this menu item.
(Overrides MenuItem..::..Dispose(Boolean).)
Public methodMergeMenu
Overrides the MergeMenu method to duplicate event handlers and to disable the default initializer in named menu classes.
(Overrides MenuItem..::..MergeMenu()()()().)
Protected methodOnInitializeMenu
NamedMenu initialization. This must NOT be called when the menu is constructed using the Activator by the framework.
Public methodUpdate

Properties

  NameDescription
Public propertyIsParent
Force the popup menu to be a popup menu.
(Overrides MenuItem..::..IsParent.)
Public propertyOwner
Public propertyStatusText

Events

  NameDescription
Public eventEnabledWhen
EnabledWhen event.

See Also