[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1TaskDialog.SetDefaultButton

SetDefaultButton Method

SetDefaultButton(TaskDialogCommonButtons)

Sets the default button for the task dialog.

Declaration
public void SetDefaultButton(TaskDialogCommonButtons commonButton)
Parameters
Type Name Description
TaskDialogCommonButtons commonButton

A single common button that will be selected by default.

SetDefaultButton(C1CustomButton)

Sets the default button for the task dialog.

Declaration
public void SetDefaultButton(C1CustomButton customButton)
Parameters
Type Name Description
C1CustomButton customButton

A custom button that will be selected by default.