共用方式為


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

屬性值

TaskDialogVerificationCheckBox

例外狀況

已設定屬性,而且此頁面執行個體目前繫結至工作對話方塊。

備註

只有在其 Text 屬性不是 null 或空字串時,才會顯示驗證核取方塊。

適用於