# ISalMenu

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.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://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Owner

[Control](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control): Gets/Sets the form that owns the menu item. That is the context form.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)StatusText

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): Gets/Sets the text to show in the status bar when the menu item is highlighted.

## Methods

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Update()

Updates the menu item and all sub items recursively.

## Implemented By

| Name                                                                                                         | Description                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| [SalMenuItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalmenu)    | Implementation of SalMenuItem. Extends the default MenuItem in .NET to support SAL menu events and to support fonts and images. |
| [SalPopupMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalmenu)   | Implementation for Popup menu items.                                                                                            |
| [SalWindowsMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalmenu) | Implementation of Windows Menu                                                                                                  |
