TaskDialogButton.PerformClick Method

Definition

Simulates a click on this button.

public:
 void PerformClick();
public void PerformClick ();
member this.PerformClick : unit -> unit
Public Sub PerformClick ()

Exceptions

This button instance is not currently bound to a task dialog. - or - The task dialog has started navigating to a new page containing this button instance, but the Created event has not been raised yet. - or - This button is currently bound to a task dialog, but the dialog has just started navigating to a different page.

Applies to