ExceptionMessageBox.CheckBoxRegistryValue 屬性

定義

取得或設定登錄檔值名稱,當 為 true時,控制例外訊息框ShowCheckBox上的勾選框。

public:
 property System::String ^ CheckBoxRegistryValue { System::String ^ get(); void set(System::String ^ value); };
public string CheckBoxRegistryValue { get; set; }
member this.CheckBoxRegistryValue : string with get, set
Public Property CheckBoxRegistryValue As String

屬性值

一個 String 值。

備註

CheckBoxRegistryKey 用於 CheckBoxRegistryValue 初始化勾選框的狀態。 若指定的登錄值存在且包含非零值,則選擇勾選框狀態;否則,情況就很清楚。 若 是 ,且登錄值存在且包含非零值,則例外訊息框不會顯示,呼叫ExceptionMessageBoxShow會回傳DefaultDialogResulttrueCheckBoxRegistryMeansDoNotShowDialogtrueShowCheckBox

適用於