XSalVSplitter
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Web.XSal.49 (4.9.0.0)
- C#
- VB.NET
public class XSalVSplitter : XSalSplitter
Public Class XSalVSplitter
Inherits XSalSplitter
Constructors
XSalVSplitter()
Default Constructor.
Properties
LeftControl
Control: Returns/Sets the control bound to the left split panel. (Default: null)
RightControl
Control: Returns/Sets the control bound to the right split panel. (Default: null)
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: XSalVSplitter.
GetLeftFrame()
Returns: SalWindowHandle.
GetRightFrame()
Returns: SalWindowHandle.
SetLeftFrame(ctrl)
| Parameter | Type | Description |
|---|---|---|
| ctrl | Control |
Returns: SalBoolean.
SetRightFrame(ctrl)
| Parameter | Type | Description |
|---|---|---|
| ctrl | Control |
Returns: SalBoolean.
Implements
| Name | Description |
|---|---|
| ISalAccessory | |
| ISalWindow |