SalGeneralWindow
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Provides SAL action dispatch for an object without a Wisej control surface.
- C#
- VB.NET
public class SalGeneralWindow : ISalWindow
Public Class SalGeneralWindow
Inherits ISalWindow
Example:
using PPJ.Runtime.Windows;
var window = new SalGeneralWindow();
window.WindowActions += (sender, e) => { e.Handled = true; };
Constructors
SalGeneralWindow()
Initializes the action manager for this nonvisual window.
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| _derived | ISalWindow | Stores the application instance that uses this object as an emulated secondary base class. |
Events
WindowActions
WindowActionsEventHandler Occurs when the runtime dispatches a window action to this nonvisual SAL window.
Inherited By
| Name | Description |
|---|---|
| VisListBoxExtension |
Implements
| Name | Description |
|---|---|
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |