ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / SetDefaultButton Method / SetDefaultButton(C1CustomButton) Method
A custom button that will be selected by default.

In This Topic
    SetDefaultButton(C1CustomButton) Method
    In This Topic
    Sets the default button for the task dialog.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetDefaultButton( _
       ByVal customButton As C1CustomButton _
    ) 
    public void SetDefaultButton( 
       C1CustomButton customButton
    )

    Parameters

    customButton
    A custom button that will be selected by default.
    See Also