> 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.salformmainmenu.md).

# SalFormMainMenu

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)
      * [MainMenu](https://docs.wisej.com/api?q=wisej.web.mainmenu)
        * [SalFormMainMenu](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salformmainmenu.md)

Same as MainMenu. It's declared simply for naming consistency.

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

```csharp
public class SalFormMainMenu : MainMenu, ISalAccessory
```

{% endtab %}

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

```visual-basic
Public Class SalFormMainMenu
    Inherits MainMenu
    Implements ISalAccessory
```

{% endtab %}
{% endtabs %}

## Constructors

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

## Methods

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

| Parameter  | Type                                                | Description |
| ---------- | --------------------------------------------------- | ----------- |
| **source** | [Menu](https://docs.wisej.com/api?q=wisej.web.menu) |             |

## Implements

| Name                                                                                                          | Description                                                                         |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [ISalAccessory](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalaccessory.md) | Accessories controls (toolbar, statusbar and client area) implement this interface. |
