Click or drag to resize

TaskDialogClickVerification Method

Simulates a click on the verification checkbox of the TaskDialog, if it exists.

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 ClickVerification(
	bool checkState,
	bool setFocus
)

Parameters

checkState
Type: SystemBoolean
to set the state of the checkbox to be checked; to set it to be unchecked.
setFocus
Type: SystemBoolean
to set the keyboard focus to the checkbox; otherwise .
Exceptions
ExceptionCondition
InvalidOperationExceptionThe task dialog is not being displayed.
See Also