Click or drag to resize

TaskDialog.ClickVerification Method

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

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ClickVerification(
	bool checkState,
	bool setFocus
)

Parameters

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