InDesign2026
API 21.5.1.73
Collection of RadiobuttonControl

RadiobuttonControls

A collection of individual radiobutton controls.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

RadiobuttonControl

Creates a new RadiobuttonControl.

withProperties? Object Initial values for properties of the new RadiobuttonControl
Number

Displays the number of elements in the RadiobuttonControl.

RadiobuttonControl

Returns the first RadiobuttonControl in the collection.

RadiobuttonControl

Returns the RadiobuttonControl with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
RadiobuttonControl[]

Returns the RadiobuttonControls within the specified range.

from LongInteger | RadiobuttonControl | String The RadiobuttonControl, index, or name at the beginning of the range. Can accept: RadiobuttonControl, Long Integer or String.
to LongInteger | RadiobuttonControl | String The RadiobuttonControl, index, or name at the end of the range. Can accept: RadiobuttonControl, Long Integer or String.
RadiobuttonControl

Returns the middle RadiobuttonControl in the collection.

RadiobuttonControl

Returns the RadiobuttonControl whose index follows the specified RadiobuttonControl in the collection.

obj RadiobuttonControl The RadiobuttonControl whose index comes before the desired RadiobuttonControl.
RadiobuttonControl

Returns the RadiobuttonControl with the index previous to the specified index.

obj RadiobuttonControl The index of the RadiobuttonControl that follows the desired RadiobuttonControl.
String

Generates a string which, if executed, will return the RadiobuttonControl.

Object of 1

Properties elsewhere that hold a RadiobuttonControls.