SalGeneralWindow
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
General Window class. This class simply holds a list of MessageActions handlers.
- C#
- VB.NET
public class SalGeneralWindow : ISalWindow
Public Class SalGeneralWindow
Inherits ISalWindow
Constructors
SalGeneralWindow()
Default constructor.
Fields
| Name | Type | Description |
|---|---|---|
| _derived | ISalWindow | Instance of the derived object that inherits this class as a second base in a multiple inheritance tree. |
Events
WindowActions
WindowActionsEventHandler
Inherited By
| Name | Description |
|---|---|
| VisListBoxExtension |
Implements
| Name | Description |
|---|---|
| ISalWindow | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |