> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.vis.49/controls/vissplitterwindow.md).

# 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) |             |
