SalPopupMenu
PPJ.Runtime.Windows.SalPopupMenu
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Implementation for Popup menu items.
public class SalPopupMenu : MenuItem, ISalMenu
Constructors
SalPopupMenu()

Constructs a new SalPopupMenu.
Properties
IsParent

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

Control: owner of popup menu
StatusText

String: The status text to display in the status bar when the menu item is selected. (Default: ""
)
Methods
CloneMenu()

Overrides the CloneMenu method to duplicate event handlers and to disable the default initializer in named menu classes.
Returns: MenuItem.
MergeMenu()

Overrides the MergeMenu method to duplicate event handlers and to disable the default initializer in named menu classes.
Returns: MenuItem.
Update()

Update
Events
EnabledWhen

SalMenuEnabledWhenHandler EnabledWhen event.
Implements
All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText.
Last updated