TaskDialogPage.Verification 属性

定义

获取或设置要在此页中显示的验证复选框。

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

属性值

例外

属性已设置,且此页面实例当前已绑定到任务对话框。

注解

仅当验证 Text 复选框的属性不是 null 或为空字符串时,才会显示验证复选框。

适用于