[]
Sets the default button for the task dialog.
public void SetDefaultButton(TaskDialogCommonButtons commonButton)
Type | Name | Description |
---|---|---|
TaskDialogCommonButtons | commonButton | A single common button that will be selected by default. |
Sets the default button for the task dialog.
public void SetDefaultButton(C1CustomButton customButton)
Type | Name | Description |
---|---|---|
C1CustomButton | customButton | A custom button that will be selected by default. |