Skip to main content
Version: 2025

SalQuickTabsForm

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Web.50 (5.0.0.0)

Provides a form with a built-in fill-docked QuickTabs frame.

public class SalQuickTabsForm : SalQuickTabsParentForm

Example:

using PPJ.Runtime.Windows.QO;

var window = new SalQuickTabsForm();
window.picTabs.TabSetup = "{Name=general;Label=General;Form=}";

Constructors

Instance member SalQuickTabsForm()

Initializes the window and its fill-docked tab frame.

Methods

Static member FromHandle(hWnd)

Resolves a SAL window handle to an existing SalQuickTabsForm.

ParameterTypeDescription
hWndSalWindowHandleThe tab-frame handle for callbacks, or the window handle to resolve.

Returns: SalQuickTabsForm. The matching window, or null if unresolved.

An incompatible control causes InvalidCastException.

Implements

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