ExceptionMessageBox.CheckBoxRegistryValue Property

Definition

Gets or sets the registry value name that controls the check box on the exception message box when ShowCheckBox is true.

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

Property Value

A String value.

Remarks

CheckBoxRegistryKey is used with CheckBoxRegistryValue to initialize the selected state of the check box. If the specified registry value exists and contains a non-zero value, the check box state is selected; otherwise, it is clear. If ShowCheckBox is true, CheckBoxRegistryMeansDoNotShowDialog is true, and the registry value exists and contains a non-zero value, the exception message box is not displayed and ExceptionMessageBox returns DefaultDialogResult when Show is called.

Applies to