VisSplitterWindow
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.50 (5.0.0.0)
A SAL form window containing a dock-filled Visual Toolchest splitter.
- C#
- VB.NET
public class VisSplitterWindow : SalFormWindow
Public Class VisSplitterWindow
Inherits SalFormWindow
Example:
var window = new VisSplitterWindow();
window.Orientation = PPJ.Runtime.Vis.Orientation.Horizontal;
window.SetChild(true, new Wisej.Web.Panel());
window.SetChild(false, new Wisej.Web.Panel());
Constructors
VisSplitterWindow()
Creates the form and its dock-filled splitter, with automatic scrolling disabled.
Properties
Orientation
Orientation: Gets or sets the contained splitter's divider direction. (Default: Vertical)
Methods
AssociateChildren()
Sends VTM_CreateComplete to the contained splitter's SAL message handlers.
Returns: SalNumber. Always zero.
FromHandle(hWnd)
Resolves a SAL handle to an existing VisSplitterWindow.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle | The control handle to resolve. |
Returns: VisSplitterWindow. The associated control, or when no control is resolved.
Throws:
- InvalidCastException The handle identifies an incompatible control type.
GetOrientation()
Returns: SalNumber.
SetChild(preceeding, child)
| Parameter | Type | Description |
|---|---|---|
| preceeding | SalBoolean | |
| child | Control |
Returns: Control.
Implements
| Name | Description |
|---|---|
| ISalWindow |