[]
        
(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)
Public Sub SetDefaultRadioButton(radioButton As C1RadioButton)
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)
Public Sub SetDefaultRadioButton(radioButton As C1RadioButton, firstButtonDefault As Boolean)
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.