SalQuickTabsParentDialog
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides a dialog-style host for QuickTabs callbacks.
- C#
- VB.NET
public class SalQuickTabsParentDialog : SalQuickTabsParent
Public Class SalQuickTabsParentDialog
Inherits SalQuickTabsParent
Example:
using PPJ.Runtime.Windows.QO;
var window = new SalQuickTabsParentDialog();
Constructors
SalQuickTabsParentDialog()
Initializes dialog styling without maximize, minimize, or taskbar buttons.
Inherited By
| Name | Description |
|---|---|
| SalQuickTabsDialog | Provides a dialog 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. |