Object | Description |
Group | Creates a container that holds a group of user interface objects. To specify user interface objects to include in the group, add the objects as children of the Group object. Use the Group object’s Visible property to indicate whether you want the group of user interface objects visible or hidden. For information about setting properties for the Group object, see Group Properties. |
RadioButtonGroup | Creates a container that holds a group of radio buttons. To specify the radio buttons to include in the group, add RadioButton objects as children of the RadioButtonGroup object. The RadioButtonGroup object does not have any properties. |
Separator | Displays a horizontal line that you can use to separate blocks of content. For information about setting properties for the Separator object, see Separator Properties. |
Spacer | Displays blank space that you can use to create extra padding between user interface objects. For information about setting properties for the Spacer object, see Spacer Properties. |