Partager via


Propriété CustomDialogResult

Gets the clicked custom text dialog button.

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CustomDialogResult As ExceptionMessageBoxDialogResult
    Get
'Utilisation
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxDialogResult

value = instance.CustomDialogResult
public ExceptionMessageBoxDialogResult CustomDialogResult { get; }
public:
property ExceptionMessageBoxDialogResult CustomDialogResult {
    ExceptionMessageBoxDialogResult get ();
}
member CustomDialogResult : ExceptionMessageBoxDialogResult
function get CustomDialogResult () : ExceptionMessageBoxDialogResult

Notes

The CustomDialogResult property is read-only.

When the value of Buttons is Custom, the exception message box can display up to five buttons with custom button text. The ExceptionMessageBoxDialogResult enumeration, which is returned by Show, supports only three buttons. Use this property after the exception message box has been dismissed to determine which button with custom button text was clicked.