TaskDialogVerificationCheckBox Constructors

Definition

Overloads

TaskDialogVerificationCheckBox()

Initializes a new instance of the TaskDialogVerificationCheckBox class.

TaskDialogVerificationCheckBox(String, Boolean)

Initializes a new instance of the TaskDialogVerificationCheckBox class with the given text.

TaskDialogVerificationCheckBox()

Initializes a new instance of the TaskDialogVerificationCheckBox class.

public:
 TaskDialogVerificationCheckBox();
public TaskDialogVerificationCheckBox ();
Public Sub New ()

Applies to

TaskDialogVerificationCheckBox(String, Boolean)

Initializes a new instance of the TaskDialogVerificationCheckBox class with the given text.

public TaskDialogVerificationCheckBox (string? text, bool isChecked = false);
new System.Windows.Forms.TaskDialogVerificationCheckBox : string * bool -> System.Windows.Forms.TaskDialogVerificationCheckBox
Public Sub New (text As String, Optional isChecked As Boolean = false)

Parameters

text
String

A text associated with this control.

isChecked
Boolean

A value indicating whether the TaskDialogVerificationCheckBox is in the checked state.

Applies to