TaskDialogPage.Verification Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la case à cocher de vérification à afficher dans cette page.
public:
property System::Windows::Forms::TaskDialogVerificationCheckBox ^ Verification { System::Windows::Forms::TaskDialogVerificationCheckBox ^ get(); void set(System::Windows::Forms::TaskDialogVerificationCheckBox ^ value); };
public System.Windows.Forms.TaskDialogVerificationCheckBox? Verification { get; set; }
member this.Verification : System.Windows.Forms.TaskDialogVerificationCheckBox with get, set
Public Property Verification As TaskDialogVerificationCheckBox
Valeur de propriété
Exceptions
La propriété est définie et cette instance de page est actuellement liée à une boîte de dialogue de tâche.
Remarques
La case à cocher de vérification s’affiche uniquement si sa Text propriété n’est pas null
ou s’il s’agit d’une chaîne vide.