VisSplitter
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Splitter control.
- C#
- VB.NET
public class VisSplitter : SalCustomControl, IMessageFilter
Public Class VisSplitter
Inherits SalCustomControl
Implements IMessageFilter
Constructors
VisSplitter()
Default Constructor.
Properties
Anchor
AnchorStyles: Hides the Anchor property. (Default: Top, Left)
Cursor
Cursor: Hides the Cursor property.
Dock
DockStyle: Hides the Dock property. (Default: None)
HScroll
Boolean: Hidden property. Doesn't apply to VisSplitter. (Default: False)
Orientation
Orientation: Sets/Returns the orientation of the splitter. (Default: Vertical)
SplitterThickness
Int32: Returns/Sets the thickness of the splitter (Default: 6)
VScroll
Boolean: Hidden property. Doesn't apply to VisSplitter. (Default: False)
WindowsClassName
String: Hidden property. Doesn't apply to VisSplitter. (Default: "")
WindowsDLLName
String: Hidden property. Doesn't apply to VisSplitter. (Default: "")
WindowsExStyle
Int32: Hidden property. Doesn't apply to VisSplitter. (Default: 0)
WindowsStyle
Int32: Hidden property. Doesn't apply to VisSplitter. (Default: 0)
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: VisSplitter.
GetOrientation()
Retrieves current type of splitter control.
Returns: SalNumber.
ResizeObjects()
Resizes associated controls.
Returns: SalNumber.
SetChild(preceeding, child)
Associates a child control with the splitter.
| Parameter | Type | Description |
|---|---|---|
| preceeding | SalBoolean | |
| child | Control |
Returns: Control.
Implements
| Name | Description |
|---|---|
| ISalWindow |