# VisSplitter

Namespace: **PPJ.Runtime.Vis**

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

Splitter control.

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

```csharp
public class VisSplitter : SalCustomControl, IMessageFilter
```

{% endtab %}

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

```visual-basic
Public Class VisSplitter
    Inherits SalCustomControl
    Implements IMessageFilter
```

{% endtab %}
{% endtabs %}

## Constructors

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

Default Constructor.

## Properties

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

[AnchorStyles](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.anchorstyles): Hides the Anchor property. (Default: `Top, Left`)

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

[Cursor](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.cursor): Hides the Cursor property.

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

[DockStyle](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.dockstyle): Hides the Dock property. (Default: `None`)

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Hidden property. Doesn't apply to VisSplitter. (Default: `False`)

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

[Orientation](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md): Sets/Returns the orientation of the splitter. (Default: `Vertical`)

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

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Returns/Sets the thickness of the splitter (Default: `6`)

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Hidden property. Doesn't apply to VisSplitter. (Default: `False`)

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

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): Hidden property. Doesn't apply to VisSplitter. (Default: `""`)

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

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): Hidden property. Doesn't apply to VisSplitter. (Default: `""`)

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

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Hidden property. Doesn't apply to VisSplitter. (Default: `0`)

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

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Hidden property. Doesn't apply to VisSplitter. (Default: `0`)

## Methods

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

Returns the control associated with the handle.

| Parameter  | Type                                                                           | Description |
| ---------- | ------------------------------------------------------------------------------ | ----------- |
| **handle** | [SalWindowHandle](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md) |             |

**Returns:** [VisSplitter](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md).

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

Retrieves current type of splitter control.

**Returns:** [SalNumber](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md).

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

Resizes associated controls.

**Returns:** [SalNumber](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md).

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

Associates a child control with the splitter.

| Parameter      | Type                                                                                | Description |
| -------------- | ----------------------------------------------------------------------------------- | ----------- |
| **preceeding** | [SalBoolean](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.md)           |             |
| **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](/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.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://desktop-api.iceteagroup.com/ppj.runtime.vis.49/controls/ppj.runtime.vis.vissplitter.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.
