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.
Overrides the CloneMenu method to duplicate event handlers.
Overrides the MergeMenu method to duplicate event handlers.
All Sal menu types implement this interface. It is used to let the framework query for common properties like the StatusText.
: Returns or sets the image to load from the embedded resources. (Default: ""
)
Deprecated: : Returns/Sets the image to paint next to menu items. (Default: null
)
Deprecated: : Returns/Sets the image to paint next to selected menu items. (Default: null
)
: Returns the internal menu ID assigned to the menu item.
: Owner of menu item.
: The status text to display in the status bar when the menu item is selected. (Default: ""
)
Returns: .
Returns: .
CheckedWhen event.
EnabledWhen event.
MenuActions event.