Skip to main content
Version: 2023

SalPopupMenu

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Implementation for Popup menu items.

public class SalPopupMenu : MenuItem, ISalMenu

Constructors

Instance memberSalPopupMenu()

Constructs a new SalPopupMenu.

Properties

Instance memberIsParent

Boolean: Force the popup menu to be a popup menu.

Instance memberOwner

Control:

Instance memberStatusText

String: (Default: "")

Methods

Instance memberCloneMenu()

Overrides the CloneMenu method to duplicate event handlers and to disable the default initializer in named menu classes.

Returns: MenuItem.

Instance memberMergeMenu()

Overrides the MergeMenu method to duplicate event handlers and to disable the default initializer in named menu classes.

Returns: MenuItem.

Instance memberOpen()

Shows the popup menu.

Events

Instance memberEnabledWhen

SalMenuEnabledWhenHandler EnabledWhen event.

Implements

NameDescription
ISalMenuAll Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText.