[]
Sets a radio button that will be selected by default.
public void SetDefaultRadioButton(C1RadioButton radioButton)
Public Sub SetDefaultRadioButton(radioButton As C1RadioButton)
| Type | Name | Description |
|---|---|---|
| C1RadioButton | radioButton |
Sets a radio button that will be selected by default.
public void SetDefaultRadioButton(C1RadioButton radioButton, bool firstButtonDefault)
Public Sub SetDefaultRadioButton(radioButton As C1RadioButton, firstButtonDefault As Boolean)
| 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.