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

Orientationarrow-up-right: Sets/Returns the orientation of the splitter. (Default: Vertical)

Methods

AssociateChildren()

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

Returns: SalNumberarrow-up-right.

FromHandle(hWnd)

Returns the control associated with the handle.

Parameter
Type
Description

Returns: VisSplitterWindowarrow-up-right.

GetOrientation()

Retrieves current orientation of splitter bar. Return value is one of the ORIENT_SPLIT_... codes.

Returns: SalNumberarrow-up-right.

SetChild(preceeding, child)

Allows run-time assignment of new child targets.

Parameter
Type
Description

Returns: Controlarrow-up-right.

Implements

Last updated