# SalQuickTabsDialog

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

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

Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.

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

```csharp
public class SalQuickTabsDialog : SalQuickTabsParentDialog
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalQuickTabsDialog()

Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.

## Methods

### ![](/files/69uzLyEV3ANF4GK6pznb)FromHandle(hWnd)

Returns the control associated with the handle.

| Parameter | Type                                                                               | Description |
| --------- | ---------------------------------------------------------------------------------- | ----------- |
| **hWnd**  | [SalWindowHandle](/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsdialog.md) |             |

**Returns:** [SalQuickTabsDialog](/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsdialog.md).

## Implements

| Name                                                                          | Description                                                                        |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ISalWindow](/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsdialog.md) | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/qo/ppj.runtime.windows.qo.salquicktabsdialog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
