VisSplitterWindow

PPJ.Runtime.Vis.VisSplitterWindow

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.Vis.49 (4.9.0.0)

Split window frame.

public class VisSplitterWindow : 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

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

child

Returns: Control.

Implements

Name
Description

Last updated