[]
Closes the task dialog by simulating a click on the specified common button.
public void ClickButton(TaskDialogCommonButtons commonButton)
Type | Name | Description |
---|---|---|
TaskDialogCommonButtons | commonButton |
Closes the task dialog by simulating a click on the specified C1CustomButton.
public void ClickButton(C1CustomButton customButton)
Type | Name | Description |
---|---|---|
C1CustomButton | customButton |