BorderPanels
A collection of border panels.
BorderPanels Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of BorderPanels. |
| Item |
Object |
read |
Returns the BorderPanel with the specified index or name as Long or String. |
BorderPanels Methods
| Method |
Returns |
Description |
| Add |
BorderPanel |
Create a new BorderPanel. |
| AnyItem |
Object |
Returns any BorderPanel. |
| FirstItem |
Object |
Returns the first BorderPanel. |
| ItemByID |
Object |
Returns the BorderPanel with the specified ID. |
| ItemByRange |
Objects |
Returns the BorderPanels within the specified range. |
| LastItem |
Object |
Returns the last BorderPanel. |
| MiddleItem |
Object |
Returns the middle BorderPanel. |
| NextItem |
Object |
Returns the next BorderPanel. |
| PreviousItem |
Object |
Returns the previous BorderPanel. |