Skip to main content
Version: 2025

XSalVSplitter

Namespace: PPJ.Runtime.XSal

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

public class XSalVSplitter : XSalSplitter

Constructors

Instance memberXSalVSplitter()

Default Constructor.

Properties

Instance memberLeftControl

Control: Returns/Sets the control bound to the left split panel. (Default: null)

Instance memberRightControl

Control: Returns/Sets the control bound to the right split panel. (Default: null)

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: XSalVSplitter.

Instance memberGetLeftFrame()

Returns: SalWindowHandle.

Instance memberGetRightFrame()

Returns: SalWindowHandle.

Instance memberSetLeftFrame(ctrl)

ParameterTypeDescription
ctrlControl

Returns: SalBoolean.

Instance memberSetRightFrame(ctrl)

ParameterTypeDescription
ctrlControl

Returns: SalBoolean.

Implements

NameDescription
ISalAccessory
ISalWindow