SalQuickTabsParentForm
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides a form host for QuickTabs callbacks.
- C#
- VB.NET
public class SalQuickTabsParentForm : SalQuickTabsParent
Public Class SalQuickTabsParentForm
Inherits SalQuickTabsParent
Example:
using PPJ.Runtime.Windows.QO;
var window = new SalQuickTabsParentForm();
Constructors
SalQuickTabsParentForm()
Initializes a new instance of SalQuickTabsParentForm.
Inherited By
| Name | Description |
|---|---|
| SalQuickTabsForm | Provides a form with a built-in fill-docked QuickTabs frame. |
Implements
| Name | Description |
|---|---|
| ISalWindow | Exposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows. |