TaskDialogVerificationCheckBox Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.