AddToGroup(int groupControlId, int controlId)

This method adds a control as a “child” of a check box or radio button, as shown in Table 30. All such child controls will be disabled when the parent control is not selected. The method always returns S_OK.

Table 30. AddToGroup

Parameter

Description

groupControlId

The ID of the check box or radio button that will control the enable state of the child control

Controlld

The ID of the control that you want to add as a child

 

Related Topics

IFormController Interface