# VisSplitterWindow

Namespace: **PPJ.Runtime.Vis**

Assembly: **PPJ.Web.Vis.49** (4.9.0.0)

Split window frame.

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

```csharp
public class VisSplitterWindow : SalFormWindow
```

{% endtab %}

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

```visual-basic
Public Class VisSplitterWindow
    Inherits SalFormWindow
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/qoQXnPICsjBVNBSqpOj9)VisSplitterWindow()

Split window frame.

## Properties

### ![](/files/qoQXnPICsjBVNBSqpOj9)Orientation

[Orientation](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/vissplitterwindow/ppj.runtime.vis.orientation.md): Sets/Returns the orientation of the splitter. (Default: `Vertical`)

## Methods

### ![](/files/qoQXnPICsjBVNBSqpOj9)AssociateChildren()

Assigns the default child windows to be used by the control.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](/files/jDiecrwjcc5yZsrGcmX2)FromHandle(hWnd)

Returns the control associated with the handle.

| Parameter | Type                                                                                                 | Description |
| --------- | ---------------------------------------------------------------------------------------------------- | ----------- |
| **hWnd**  | [SalWindowHandle](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md) |             |

**Returns:** [VisSplitterWindow](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/vissplitterwindow/README.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)GetOrientation()

Retrieves current orientation of splitter bar. Return value is one of the ORIENT\_SPLIT\_... codes.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)SetChild(preceeding, child)

Allows run-time assignment of new child targets.

| Parameter      | Type                                                                                       | Description |
| -------------- | ------------------------------------------------------------------------------------------ | ----------- |
| **preceeding** | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |
| **child**      | [Control](https://docs.wisej.com/api?q=wisej.web.control)                                  |             |

**Returns:** [Control](https://docs.wisej.com/api?q=wisej.web.control).

## Implements

| Name                                                                                                    | Description |
| ------------------------------------------------------------------------------------------------------- | ----------- |
| [ISalWindow](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalwindow.md) |             |


---

# 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://web-api.iceteagroup.com/ppj.web.vis.49/controls/vissplitterwindow.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.
