| TaskDialogClickVerification 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
)
Public Sub ClickVerification (
checkState As Boolean,
setFocus As Boolean
)
public:
void ClickVerification(
bool checkState,
bool setFocus
)
member ClickVerification :
checkState : bool *
setFocus : bool -> unit
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 See Also