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