# SalQuickTabsParentDialog

Namespace: **PPJ.Runtime.Windows.QO**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Specializes the generic SalQuickTabsParent class into a dialog box implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalQuickTabsParentDialog : SalQuickTabsParent
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalQuickTabsParentDialog
    Inherits SalQuickTabsParent
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalQuickTabsParentDialog()

Constructs the class to be a dialog box.

## Inherited By

| Name                                                                                                                        | Description                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| [SalQuickTabsDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsparentdialog) | Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab. |

## Implements

| Name                                                                                                                | Description                                                                        |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsparentdialog) | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |
