หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the default text for the Abort button.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AbortButtonText As String
Get
'Usage
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
Property Value
Type: System.String
A String value.
Remarks
The AbortButtonText property specifies customized button text while it maintains the functionality of the Abort button.