Click or drag to resize

TaskDialogItemClick Method

Simulates a click on the task dialog item.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Click()
Exceptions
ExceptionCondition
InvalidOperationException

The task dialog is not being displayed

-or-

The item has no associated task dialog.

Remarks
This method is available only while the task dialog is being displayed. You would typically call it from one of the events fired by the TaskDialog class while the dialog is visible.
See Also