AbortButtonText プロパティ
[中止] ボタンの既定のテキストを取得します。
名前空間: Microsoft.SqlServer.MessageBox
アセンブリ: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)
構文
'宣言
Public Shared ReadOnly Property AbortButtonText As String
Get
'使用
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
プロパティ値
型: System. . :: . .String
String 値です。
説明
AbortButtonText プロパティは、[中止] ボタンの機能を保持すると同時に、カスタマイズされたボタン テキストを指定します。