ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / SetDefaultRadioButton Method / SetDefaultRadioButton(C1RadioButton) Method

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

    Parameters

    radioButton
    See Also