次の方法で共有


CancelButtonText プロパティ

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

名前空間:  Microsoft.SqlServer.MessageBox
アセンブリ:  Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)

構文

'宣言
Public Shared ReadOnly Property CancelButtonText As String
    Get
'使用
Dim value As String

value = ExceptionMessageBox.CancelButtonText
public static string CancelButtonText { get; }
public:
static property String^ CancelButtonText {
    String^ get ();
}
static member CancelButtonText : string
static function get CancelButtonText () : String

プロパティ値

型: System. . :: . .String
String の値です。

説明

CancelButtonText プロパティは、[キャンセル] ボタンの機能を保持すると同時に、カスタマイズされたボタン テキストを指定します。