VisSplitter

PPJ.Runtime.Vis.VisSplitter

Namespace: PPJ.Runtime.Vis

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

Splitter control.

public class VisSplitter : SalCustomControl, IMessageFilter

Constructors

VisSplitter()

Default Constructor.

Properties

Anchor

AnchorStylesarrow-up-right: Hides the Anchor property. (Default: Top, Left)

Cursor

Cursorarrow-up-right: Hides the Cursor property.

Dock

DockStylearrow-up-right: Hides the Dock property. (Default: None)

HScroll

Booleanarrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: False)

Orientation

Orientation: Sets/Returns the orientation of the splitter. (Default: Vertical)

SplitterThickness

Int32arrow-up-right: Returns/Sets the thickness of the splitter (Default: 6)

VScroll

Booleanarrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: False)

WindowsClassName

Stringarrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: "")

WindowsDLLName

Stringarrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: "")

WindowsExStyle

Int32arrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: 0)

WindowsStyle

Int32arrow-up-right: Hidden property. Doesn't apply to VisSplitter. (Default: 0)

Methods

FromHandle(handle)

Returns the control associated with the handle.

Parameter
Type
Description

Returns: VisSplitter.

GetOrientation()

Retrieves current type of splitter control.

Returns: SalNumber.

ResizeObjects()

Resizes associated controls.

Returns: SalNumber.

SetChild(preceeding, child)

Associates a child control with the splitter.

Parameter
Type
Description

Returns: Controlarrow-up-right.

Implements

Name
Description

Last updated