Skip to main content

XSalHSplitter

Namespace: PPJ.Runtime.XSal

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

public class XSalHSplitter : XSalSplitter

Constructors

Instance memberXSalHSplitter()

Default Constructor.

Properties

Instance memberBottomControl

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

Instance memberTopControl

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

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: XSalHSplitter.

Instance memberGetBottomFrame()

Returns: SalWindowHandle.

Instance memberGetTopFrame()

Returns: SalWindowHandle.

Instance memberSetBottomFrame(ctrl)

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalBoolean.

Instance memberSetTopFrame(ctrl)

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalBoolean.

Implements

NameDescription
ISalWindow