AbortButtonText propriété
Gets the default text for the Abort button.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (dans Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property AbortButtonText As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
A String value.
Notes
The AbortButtonText property specifies customized button text while it maintains the functionality of the Abort button.