Splitter
[Desktop Automation]
Descendant of Control container class (see Control container), providing all functions of this base class
Properties
| Property | Read/write | Type | Description |
|---|---|---|---|
| spacing | read/write | number | spacing of the splitter in pixels |
| splittype | read/write | number | 0: default 1: left split is smaller 2: right split is smaller |
| visible | read/write | Boolean | Toggle visibility of the splitter |
| width | read/write | number | width of the splitter in pixels |
Methods
| Name | Syntax | Description |
|---|---|---|
| settocenter | splitter:settocenter | Sets the active split side to the center one. Only available if the ThreeSections parameter was set to true when creating the splitter (See ControlContainer Base class for details.) |
| settoleft | splitter:settoleft(); | sets the active split side to the left one |
| settoright | splitter:settoright(); | sets the active split side to the right one |
