WinForms Edition Documentation
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 _
) 
 

Parameters

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