Skip to main content
Version: 2025

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.

public class SalGeneralWindow : ISalWindow

Example:

using PPJ.Runtime.Windows;

var window = new SalGeneralWindow();
window.WindowActions += (sender, e) => { e.Handled = true; };

Constructors

Instance member SalGeneralWindow()

Initializes the action manager for this nonvisual window.

Fields

NameTypeDescriptionValue
_derivedISalWindowStores the application instance that uses this object as an emulated secondary base class.

Events

Instance member WindowActions

WindowActionsEventHandler Occurs when the runtime dispatches a window action to this nonvisual SAL window.

Inherited By

NameDescription
VisListBoxExtension

Implements

NameDescription
ISalWindowProvides SAL window actions, named properties, and access to a window's runtime implementation.