# 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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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.

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)StatusText

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

## Methods

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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                                                                                                  |
