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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.