  | TaskDialogItemClick Method  | 
 
            Simulates a click on the task dialog item.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.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