> 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/interfaces/ppj.runtime.windows.isalmenu.md).

# ISalMenu

Namespace: **PPJ.Runtime.Windows**

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

All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText.

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

```csharp
public interface ISalMenu
```

{% endtab %}

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

```visual-basic
Public Interface ISalMenu
```

{% endtab %}
{% endtabs %}

## Properties

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

[Control](https://docs.wisej.com/api?q=wisej.web.control): Gets/Sets the form that owns the menu item. That is the context form.

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

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

## Methods

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

Updates the menu item and all sub items recursively.

## Implemented By

| Name                                                                                                       | Description                                                                                                                     |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [SalMenuItem](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salmenuitem.md)       | Implementation of SalMenuItem. Extends the default MenuItem in .NET to support SAL menu events and to support fonts and images. |
| [SalPopupMenu](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salpopupmenu.md)     | Implementation for Popup menu items.                                                                                            |
| [SalWindowsMenu](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salwindowsmenu.md) | Implementation of Windows Menu                                                                                                  |
