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.
- C#
- VB.NET
public class SalQuickTabsForm : SalQuickTabsParentForm
Public Class SalQuickTabsForm
Inherits SalQuickTabsParentForm
Example:
using PPJ.Runtime.Windows.QO;
var window = new SalQuickTabsForm();
window.picTabs.TabSetup = "{Name=general;Label=General;Form=}";
Constructors
SalQuickTabsForm()
Initializes the window and its fill-docked tab frame.
Methods
FromHandle(hWnd)
Resolves a SAL window handle to an existing SalQuickTabsForm.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle | The 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
| Name | Description |
|---|---|
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |