Skip to main content
Version: 2025

SalFormWindow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

A scrollable SAL application form.

public class SalFormWindow : SalForm

Example:

var window = new SalFormWindow();
window.Text = "Application";
window.Show();

Constructors

Instance member SalFormWindow()

Creates the form with automatic scrolling enabled.

Inherited By

NameDescription
SalQuickTabsDialogProvides a dialog with a built-in fill-docked QuickTabs frame.
SalQuickTabsFormProvides a form with a built-in fill-docked QuickTabs frame.
SalQuickTabsParentProvides overridable callbacks for a child QuickTabs frame.
SalQuickTabsParentDialogProvides a dialog-style host for QuickTabs callbacks.
SalQuickTabsParentFormProvides a form host for QuickTabs callbacks.
VisSplitterWindow

Implements

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