[]
        
(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)
Public Sub SetDefaultButton(commonButton As TaskDialogCommonButtons)
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)
Public Sub SetDefaultButton(customButton As C1CustomButton)
Parameters
Type Name Description
C1CustomButton customButton

A custom button that will be selected by default.