BorderPanels
A collection of border panels.
BorderPanels Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the border panel with the specified index or name. |
| length |
Long |
read |
The number of border panels in the collection. |
BorderPanels Methods
| Method |
Returns |
Description |
| add |
BorderPanel |
Create a new border panel. |
| anyItem |
Object |
Returns any border panel. |
| firstItem |
Object |
Returns the first border panel. |
| itemByID |
Object |
Returns the border panel with the specified ID. |
| itemByRange |
Objects |
Returns the border panels within the specified range. |
| lastItem |
Object |
Returns the last border panel. |
| middleItem |
Object |
Returns the middle border panel. |
| nextItem |
Object |
Returns the next border panel. |
| previousItem |
Object |
Returns the previous border panel. |