SalWindowsMenu
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Implementation of Windows Menu
- C#
- VB.NET
public class SalWindowsMenu : MenuItem, ISalMenu
Public Class SalWindowsMenu
Inherits MenuItem
Implements ISalMenu
Constructors
SalWindowsMenu()
Constructs the SalWindowsMenu.
Properties
Owner
StatusText
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.
Events
EnabledWhen
SalMenuEnabledWhenHandler EnabledWhen event.
Implements
| Name | Description |
|---|---|
| ISalMenu | All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText. |