XSalHSplitter
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Web.XSal.49 (4.9.0.0)
- C#
- VB.NET
public class XSalHSplitter : XSalSplitter
Public Class XSalHSplitter
Inherits XSalSplitter
Constructors
XSalHSplitter()
Default Constructor.
Properties
BottomControl
Control: Returns/Sets the control bound to the bottom split panel. (Default: null)
TopControl
Control: Returns/Sets the control bound to the top split panel. (Default: null)
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: XSalHSplitter.
GetBottomFrame()
Returns: SalWindowHandle.
GetTopFrame()
Returns: SalWindowHandle.
SetBottomFrame(ctrl)
| Parameter | Type | Description |
|---|---|---|
| ctrl | Control |
Returns: SalBoolean.
SetTopFrame(ctrl)
| Parameter | Type | Description |
|---|---|---|
| ctrl | Control |
Returns: SalBoolean.
Implements
| Name | Description |
|---|---|
| ISalAccessory | |
| ISalWindow |