# VisSplitterWindow

Namespace: **PPJ.Runtime.Vis**

Assembly: **PPJ.Runtime.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

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

Split window frame.

## Properties

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

[Orientation](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow): Sets/Returns the orientation of the splitter. (Default: `Vertical`)

## Methods

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

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

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow).

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

Returns the control associated with the handle.

| Parameter  | Type                                                                                                 | Description |
| ---------- | ---------------------------------------------------------------------------------------------------- | ----------- |
| **handle** | [SalWindowHandle](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow) |             |

**Returns:** [VisSplitterWindow](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow).

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

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

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow).

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

Allows run-time assignment of new child targets.

| Parameter      | Type                                                                                            | Description |
| -------------- | ----------------------------------------------------------------------------------------------- | ----------- |
| **preceeding** | [SalBoolean](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow) |             |
| **child**      | [Control](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control)             |             |

**Returns:** [Control](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control).

## Implements

| Name                                                                                            | Description |
| ----------------------------------------------------------------------------------------------- | ----------- |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/vissplitterwindow) |             |
