XSalSplitter

PPJ.Runtime.XSal.XSalSplitter

Namespace: PPJ.Runtime.XSal

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

public class XSalSplitter : SalCustomControl, IMessageFilter

Properties

Int32: Returns/Sets the size of the splitter. (Default: 4)

BorderStyle: Gets or sets the border style for the control. (Default: Fixed3D)

Control: Returns/Sets the control bound to the first split panel.

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

Boolean: Inverts the docking of the panels for when the splitter is not proportional. By default the top/left panel is the fixed size panel. When InvertedDocking is true, the bottom/right panel become fixed. (Default: False)

Int32: Sets or returns the minimum size of the second panel. That is the extra space at the right/bottom of the splitter. (Default: 0)

Int32: Sets or returns the minimum size of the first split panel. (Default: 0)

Int32: Returns/Sets the position of the splitter.

Boolean: Returns/Sets the proportional flag. When true, the splitter is automatically moved to keep the same proportions. (Default: True)

Control: Returns/Sets the control bound to the first split panel.

String: Sets or returns the Text of the splitter control. The text string contains two labels separated by ";", one for each split panel. (Default: "")

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

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

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

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

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

Methods

Returns the control associated with the handle.

ParameterTypeDescription

handle

Returns: XSalSplitter.

Returns the position of the splitter.

Returns: SalNumber.

Returns: SplitterStyles.

Sets the position of the splitter.

ParameterTypeDescription

pos

Returns: SalBoolean.

Sets the size of the splitter.

ParameterTypeDescription

size

Returns: SalBoolean.

Sets the minimum and maximum positions for the splitter.

ParameterTypeDescription

min

max

Returns: SalBoolean.

Sets the style of the splitter.

ParameterTypeDescription

style

on

Returns: SalBoolean.

Inherited By

Implements

NameDescription

Last updated