Skip to main content

VisSplitter

Namespace: PPJ.Runtime.Vis

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

Splitter control.

public class VisSplitter : SalCustomControl, IMessageFilter

Constructors

Instance memberVisSplitter()

Default Constructor.

Properties

Instance memberAnchor

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

Instance memberCursor

Cursor: Hides the Cursor property.

Instance memberDock

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

Instance memberHScroll

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

Instance memberOrientation

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

Instance memberSplitterThickness

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

Instance memberVScroll

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

Instance memberWindowsClassName

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

Instance memberWindowsDLLName

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

Instance memberWindowsExStyle

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

Instance memberWindowsStyle

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

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisSplitter.

Instance memberGetOrientation()

Retrieves current type of splitter control.

Returns: SalNumber.

Instance memberResizeObjects()

Resizes associated controls.

Returns: SalNumber.

Instance memberSetChild(preceeding, child)

Associates a child control with the splitter.

ParameterTypeDescription
preceedingSalBoolean
childControl

Returns: Control.

Implements

NameDescription
ISalWindow