Skip to main content
Version: 2025

SalQuickTabsDialog

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Web.50 (5.0.0.0)

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

public class SalQuickTabsDialog : SalQuickTabsParentDialog

Example:

using PPJ.Runtime.Windows.QO;

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

Constructors

Instance member SalQuickTabsDialog()

Initializes the window and its fill-docked tab frame.

Methods

Static member FromHandle(hWnd)

Resolves a SAL window handle to an existing SalQuickTabsDialog.

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

Returns: SalQuickTabsDialog. 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.