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

AnchorStyles: Hides the Anchor property. (Default: Top, Left)

Cursor

Cursor: Hides the Cursor property.

Dock

DockStyle: Hides the Dock property. (Default: None)

HScroll

Boolean: Hidden property. Doesn't apply to VisSplitter. (Default: False)

Orientation

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

SplitterThickness

Int32: Returns/Sets the thickness of the splitter (Default: 6)

VScroll

Boolean: Hidden property. Doesn't apply to VisSplitter. (Default: False)

WindowsClassName

String: Hidden property. Doesn't apply to VisSplitter. (Default: "")

WindowsDLLName

String: Hidden property. Doesn't apply to VisSplitter. (Default: "")

WindowsExStyle

Int32: Hidden property. Doesn't apply to VisSplitter. (Default: 0)

WindowsStyle

Int32: 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

preceeding

child

Returns: Control.

Implements

Name
Description

Last updated