Condividi tramite


Proprietà AbortButtonText

Gets the default text for the Abort button.

Spazio dei nomi:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property AbortButtonText As String
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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