> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/menus/ppj.runtime.windows.salwindowsmenu.md).

# SalWindowsMenu

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Web.49** (4.9.0.0)

* [Component](https://docs.wisej.com/api?q=wisej.base.component)
  * [Component](https://docs.wisej.com/api?q=wisej.web.component)
    * [Menu](https://docs.wisej.com/api?q=wisej.web.menu)
      * [MenuItem](https://docs.wisej.com/api?q=wisej.web.menuitem)
        * [SalWindowsMenu](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salwindowsmenu.md)

Implementation of Windows Menu

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalWindowsMenu : MenuItem, ISalMenu
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalWindowsMenu
    Inherits MenuItem
    Implements ISalMenu
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/qoQXnPICsjBVNBSqpOj9)SalWindowsMenu()

Constructs the SalWindowsMenu.

## Properties

### ![](/files/qoQXnPICsjBVNBSqpOj9)Owner

[Control](https://docs.wisej.com/api?q=wisej.web.control):

### ![](/files/qoQXnPICsjBVNBSqpOj9)StatusText

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string):

## Methods

### ![](/files/qoQXnPICsjBVNBSqpOj9)CloneMenu()

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

**Returns:** [MenuItem](https://docs.wisej.com/api?q=wisej.web.menuitem).

### ![](/files/qoQXnPICsjBVNBSqpOj9)MergeMenu()

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

**Returns:** [MenuItem](https://docs.wisej.com/api?q=wisej.web.menuitem).

## Events

### ![](/files/qoQXnPICsjBVNBSqpOj9)EnabledWhen

[SalMenuEnabledWhenHandler](/ppj.web.49/menus/ppj.runtime.windows.salwindowsmenu.md) EnabledWhen event.

## Implements

| Name                                                                                                | Description                                                                                                                   |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [ISalMenu](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalmenu.md) | All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText. |
