Adobe InDesign CS (3.0) Object Model JS: RadiobuttonGroup

InDesign CS

Class

RadiobuttonGroup

 A single control that contains one or more radiobutton controls. Base Class: Widget

Hierarchy

BorderPanel | DialogColumn | DialogRow | EnablingGroup
Widget
RadiobuttonGroup
RadiobuttonControl

Properties

PropertyTypeAccessDescription
idnumber readonlyThe unique ID of the RadiobuttonGroup.
indexnumber readonlyThe index of the RadiobuttonGroup within its containing object.
minWidthnumber r/wThe width of the control. For an editbox or combobox, specifies the minimum width of the box.
parentBorderPanelDialogColumn
DialogRow
EnablingGroup
readonlyThe parent of the RadiobuttonGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).
propertiesObject r/wA property that allows setting of several properties at the same time.
radiobuttonControlsRadiobuttonControls readonlyA collection of individual radiobutton controls.
selectedButtonnumber r/wThe index of the selection in a radiobutton group.

Element of

RadiobuttonControl.parent

Return

RadiobuttonGroup RadiobuttonGroups.add ([withProperties: Object])

Jongware, 27-Jun-2010 v3.0.3dContents :: Index