SalMenuItem
PPJ.Runtime.Windows.SalMenuItem
Last updated
PPJ.Runtime.Windows.SalMenuItem
Last updated
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Implementation of SalMenuItem. Extends the default MenuItem in .NET to support SAL menu events and to support fonts and images.
Constructs a new SalMenuItem.
String: Returns or sets the image to load from the embedded resources. (Default: ""
)
Int32: Returns the internal menu ID assigned to the menu item.
Control: Owner of menu item.
String: The status text to display in the status bar when the menu item is selected. (Default: ""
)
Overrides the CloneMenu method to duplicate event handlers.
Returns: MenuItem.
Overrides the MergeMenu method to duplicate event handlers.
Returns: MenuItem.
SalMenuCheckedWhenHandler CheckedWhen event.
SalMenuEnabledWhenHandler EnabledWhen event.
SalMenuActionsHandler MenuActions event.
Name | Description |
---|---|
All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText. |
Deprecated: Image: Returns/Sets the image to paint next to menu items. (Default: null
)
Deprecated: Image: Returns/Sets the image to paint next to selected menu items. (Default: null
)