TaskDialogVerificationCheckBox Classe

Définition

Représente un contrôle de case à cocher de vérification d’une boîte de dialogue de tâche.

public ref class TaskDialogVerificationCheckBox sealed : System::Windows::Forms::TaskDialogControl
public sealed class TaskDialogVerificationCheckBox : System.Windows.Forms.TaskDialogControl
type TaskDialogVerificationCheckBox = class
    inherit TaskDialogControl
Public NotInheritable Class TaskDialogVerificationCheckBox
Inherits TaskDialogControl
Héritage
TaskDialogVerificationCheckBox

Constructeurs

TaskDialogVerificationCheckBox()

Initialise une nouvelle instance de la classe TaskDialogVerificationCheckBox.

TaskDialogVerificationCheckBox(String, Boolean)

Initialise une nouvelle instance de la classe TaskDialogVerificationCheckBox avec le texte spécifié.

Propriétés

BoundPage

Obtient l'instance TaskDialogPage à laquelle ce contrôle est actuellement lié.

(Hérité de TaskDialogControl)
Checked

Obtient ou définit une valeur indiquant si TaskDialogVerificationCheckBox est activé.

Tag

Obtient ou définit l'objet qui contient les données relatives au contrôle.

(Hérité de TaskDialogControl)
Text

Obtient ou définit le texte associé à ce contrôle.

Méthodes

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente le contrôle TaskDialogVerificationCheckBox actuel.

Opérateurs

Implicit(String to TaskDialogVerificationCheckBox)

Événements

CheckedChanged

Se produit lorsque la valeur de la propriété Checked change alors que ce contrôle est affiché dans une boîte de dialogue de tâche.

S’applique à