Compartir a través de


AbortButtonText Propiedad

Gets the default text for the Abort button.

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property AbortButtonText As String
    Get
'Uso
Dim value As String

value = ExceptionMessageBox.AbortButtonText
public static string AbortButtonText { get; }
public:
static property String^ AbortButtonText {
    String^ get ();
}
static member AbortButtonText : string
static function get AbortButtonText () : String

Valor de la propiedad

Tipo: System. . :: . .String
A String value.

Notas

The AbortButtonText property specifies customized button text while it maintains the functionality of the Abort button.