Поделиться через


Свойство ExceptionMessageBox.DefaultDialogResult

Gets or sets the value returned by the Show method when the user has previously indicated not to show a given message again.

Пространство имен:  Microsoft.SqlServer.MessageBox
Сборка:  Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)

Синтаксис

'Декларация
Public Property DefaultDialogResult As DialogResult 
    Get 
    Set
'Применение
Dim instance As ExceptionMessageBox 
Dim value As DialogResult 

value = instance.DefaultDialogResult

instance.DefaultDialogResult = value
public DialogResult DefaultDialogResult { get; set; }
public:
property DialogResult DefaultDialogResult {
    DialogResult get ();
    void set (DialogResult value);
}
member DefaultDialogResult : DialogResult with get, set
function get DefaultDialogResult () : DialogResult 
function set DefaultDialogResult (value : DialogResult)

Значение свойства

Тип: System.Windows.Forms.DialogResult
An ExceptionMessageBoxDialogResult object.

Замечания

When ShowCheckbox is true, CheckBoxRegistryMeansDoNotShowDialog is true, and the registry value specified by CheckBoxRegistryKey and CheckBoxRegistryValue exists and contains a non-zero value, ExceptionMessageBox returns this value and does not display the message box when Show is called.

The default value is OK.

См. также

Справочник

ExceptionMessageBox Класс

Пространство имен Microsoft.SqlServer.MessageBox