Skip to main content

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.

public interface ISalMenu

Properties

Instance memberOwner

Control: Gets/Sets the form that owns the menu item. That is the context form.

Instance memberStatusText

String: Gets/Sets the text to show in the status bar when the menu item is highlighted.

Methods

Instance memberUpdate()

Updates the menu item and all sub items recursively.

Implemented By

NameDescription
SalMenuItemImplementation of SalMenuItem. Extends the default MenuItem in .NET to support SAL menu events and to support fonts and images.
SalPopupMenuImplementation for Popup menu items.
SalWindowsMenuImplementation of Windows Menu