SalGeneralWindow
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Stores SAL action handlers for a general-window base in an emulated multiple-inheritance hierarchy.
- C#
- VB.NET
public class SalGeneralWindow : ISalWindow
Public Class SalGeneralWindow
Inherits ISalWindow
This object has no native window implementation, named-property collection, or SAL window type.
Example:
var actions = new PPJ.Runtime.Windows.SalGeneralWindow();
actions.WindowActions += (sender, e) => { e.Handled = true; };
Constructors
SalGeneralWindow()
Creates an empty action-handler manager.
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| _derived | ISalWindow | The derived window instance when this object represents a secondary base. |
Events
MessageActions
SalMessageHandler Registers legacy SAL message handlers in this general-window base.
WindowActions
WindowActionsEventHandler Registers modern SAL window-action handlers in this general-window base.
Inherited By
| Name | Description |
|---|---|
| VisListBoxExtension |
Implements
| Name | Description |
|---|---|
| ISalWindow | Exposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows. |