Skip to main content

SalFormWindow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Provides a standard SAL application form with automatic scrolling enabled.

public class SalFormWindow : SalForm

Example:

var form = new PPJ.Runtime.Windows.SalFormWindow();
form.Text = "Application";

Constructors

Instance member SalFormWindow()

Initializes a SAL form window with automatic scrolling.

Properties

Instance member Icon

Icon: Gets or sets the window icon through the base form.

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
ISalWindowExposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows.