 | 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)
Syntaxmember Click : unit -> unit
Exceptions
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