WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / SetDefaultRadioButton Method / SetDefaultRadioButton(C1RadioButton,Boolean) Method

In This Topic
SetDefaultRadioButton(C1RadioButton,Boolean) Method
In This Topic
Sets a radio button that will be selected by default.
Syntax
'Declaration
 
Public Overloads Sub SetDefaultRadioButton( _
   ByVal radioButton As C1RadioButton, _
   ByVal firstButtonDefault As Boolean _
) 
 

Parameters

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