ExceptionMessageBox.OKButtonText プロパティ

定義

[OK] ボタンの既定のテキストを取得します。

public:
 static property System::String ^ OKButtonText { System::String ^ get(); };
public static string OKButtonText { get; }
member this.OKButtonText : string
Public Shared ReadOnly Property OKButtonText As String

プロパティ値

String 値。

注釈

このプロパティは OKButtonText 、[ OK] ボタンの機能を維持しながら、カスタマイズされたボタン テキストを指定します。

適用対象