[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1TaskDialog.SetDefaultRadioButton

SetDefaultRadioButton Method

SetDefaultRadioButton(C1RadioButton)

Sets a radio button that will be selected by default.

Declaration
public void SetDefaultRadioButton(C1RadioButton radioButton)
Parameters
Type Name Description
C1RadioButton radioButton

SetDefaultRadioButton(C1RadioButton, bool)

Sets a radio button that will be selected by default.

Declaration
public void SetDefaultRadioButton(C1RadioButton radioButton, bool firstButtonDefault)
Parameters
Type Name Description
C1RadioButton radioButton
bool firstButtonDefault
Remarks

Passing True in the firstButtonDefault parameter forces the task dialog to select the first radio button by default.