SalFormWindow
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides a standard SAL application form with automatic scrolling enabled.
- C#
- VB.NET
public class SalFormWindow : SalForm
Public Class SalFormWindow
Inherits SalForm
Example:
var form = new PPJ.Runtime.Windows.SalFormWindow();
form.Text = "Application";
Constructors
SalFormWindow()
Initializes a SAL form window with automatic scrolling.
Properties
Icon
Icon: Gets or sets the window icon through the base form.
Inherited By
| Name | Description |
|---|---|
| SalQuickTabsDialog | Provides a dialog with a built-in fill-docked QuickTabs frame. |
| SalQuickTabsForm | Provides a form with a built-in fill-docked QuickTabs frame. |
| SalQuickTabsParent | Provides overridable callbacks for a child QuickTabs frame. |
| SalQuickTabsParentDialog | Provides a dialog-style host for QuickTabs callbacks. |
| SalQuickTabsParentForm | Provides a form host for QuickTabs callbacks. |
| VisSplitterWindow |
Implements
| Name | Description |
|---|---|
| ISalWindow | Exposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows. |