TaskDialogButton.PerformClick Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.