FailButtonText プロパティ
[失敗] ボタンの既定のテキストを取得します。
名前空間: Microsoft.SqlServer.MessageBox
アセンブリ: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)
構文
'宣言
Public Shared ReadOnly Property FailButtonText As String
Get
'使用
Dim value As String
value = ExceptionMessageBox.FailButtonText
public static string FailButtonText { get; }
public:
static property String^ FailButtonText {
String^ get ();
}
static member FailButtonText : string
static function get FailButtonText () : String
プロパティ値
型: System. . :: . .String
String の値です。
説明
FailButtonText プロパティは、[失敗] ボタンの機能を保持すると同時に、カスタマイズされたボタン テキストを指定します。