ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / SetDefaultRadioIndex Method

In This Topic
    SetDefaultRadioIndex Method
    In This Topic
    Sets the index of a radio button that will be selected by default.
    Syntax
    'Declaration
     
    
    Public Sub SetDefaultRadioIndex( _
       ByVal radioButtonIndex As Integer _
    ) 
    public void SetDefaultRadioIndex( 
       int radioButtonIndex
    )

    Parameters

    radioButtonIndex
    See Also