[]
Sets the default button for the task dialog.
public void SetDefaultButton(TaskDialogCommonButtons commonButton)
Public Sub SetDefaultButton(commonButton As TaskDialogCommonButtons)
| 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)
Public Sub SetDefaultButton(customButton As C1CustomButton)
| Type | Name | Description |
|---|---|---|
| C1CustomButton | customButton | A custom button that will be selected by default. |