ExceptionMessageBox.CustomDialogResult Propiedad
Gets the clicked custom text dialog button.
Espacio de nombres: Microsoft.SqlServer.MessageBox
Ensamblado: Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Sintaxis
'Declaración
Public ReadOnly Property CustomDialogResult As ExceptionMessageBoxDialogResult
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.MessageBox.ExceptionMessageBoxDialogResult
A ExceptionMessageBoxDialogResult value.
Comentarios
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.