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