ExceptionMessageBox.CheckBoxRegistryValue 属性

定义

或者或设置注册表值名称,它在 ShowCheckBoxtrue 时控制异常消息框上的复选框。

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 初始化复选框的选定状态。 如果指定的注册表值存在且包含非零值,则选中复选框状态;否则,很明显。 如果ShowCheckBoxtrueCheckBoxRegistryMeansDoNotShowDialog is true和注册表值存在且包含非零值,则不显示异常消息框并在ExceptionMessageBox调用时Show返回DefaultDialogResult

适用于