[]
Sets a radio button that will be selected by default.
public void SetDefaultRadioButton(C1RadioButton radioButton)
Type | Name | Description |
---|---|---|
C1RadioButton | radioButton |
Sets a radio button that will be selected by default.
public void SetDefaultRadioButton(C1RadioButton radioButton, bool firstButtonDefault)
Type | Name | Description |
---|---|---|
C1RadioButton | radioButton | |
bool | firstButtonDefault |
Passing True in the firstButtonDefault parameter forces the task dialog to select the first radio button by default.