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

# SalContextMenu

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

Implementation of contextual menu.

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

```csharp
public class SalContextMenu : ContextMenu
```

{% endtab %}

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

```visual-basic
Public Class SalContextMenu
    Inherits ContextMenu
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/qoQXnPICsjBVNBSqpOj9)SalContextMenu(menu)

Create a new SalContextMenu and initialize it with all the menu items in the specified menu object.

| Name     | Type                                                        | Description |
| -------- | ----------------------------------------------------------- | ----------- |
| **menu** | [MenuItem](https://docs.wisej.com/api?q=wisej.web.menuitem) |             |
