VisSplitterWindow
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Split window frame.
- C#
- VB.NET
public class VisSplitterWindow : SalFormWindow
Public Class VisSplitterWindow
Inherits SalFormWindow
Constructors
VisSplitterWindow()
Split window frame.
Properties
Orientation
Orientation: Sets/Returns the orientation of the splitter. (Default: Vertical)
Methods
AssociateChildren()
Assigns the default child windows to be used by the control.
Returns: SalNumber.
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: VisSplitterWindow.
GetOrientation()
Retrieves current orientation of splitter bar. Return value is one of the ORIENT_SPLIT_... codes.
Returns: SalNumber.
SetChild(preceeding, child)
Allows run-time assignment of new child targets.
| Parameter | Type | Description |
|---|---|---|
| preceeding | SalBoolean | |
| child | Control |
Returns: Control.
Implements
| Name | Description |
|---|---|
| ISalWindow |