HRESULT UpdateCheckGroup(int groupControlId)
This method updates the enable or disable status of a group’s child controls based on the status of the parent control. Generally, you do not need to call this method yourself, because the form controller calls it for you.
Related Topics