ComponentOne Windows 7 Control Pack for WinForms
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 _
    ) 
    public void SetDefaultRadioButton( 
       C1RadioButton radioButton,
       bool firstButtonDefault
    )

    Parameters

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