SetButtonText メソッド (String, String, String)
例外メッセージ ボックスにボタンが 3 つだけ表示される場合の、カスタム テキスト ボタンのテキストを設定します。
名前空間: Microsoft.SqlServer.MessageBox
アセンブリ: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)
構文
'宣言
Public Sub SetButtonText ( _
button1Text As String, _
button2Text As String, _
button3Text As String _
)
'使用
Dim instance As ExceptionMessageBox
Dim button1Text As String
Dim button2Text As String
Dim button3Text As String
instance.SetButtonText(button1Text, button2Text, _
button3Text)
public void SetButtonText(
string button1Text,
string button2Text,
string button3Text
)
public:
void SetButtonText(
String^ button1Text,
String^ button2Text,
String^ button3Text
)
member SetButtonText :
button1Text:string *
button2Text:string *
button3Text:string -> unit
public function SetButtonText(
button1Text : String,
button2Text : String,
button3Text : String
)
パラメーター
- button1Text
型: System. . :: . .String
最初のカスタム ボタンのテキストです。
- button2Text
型: System. . :: . .String
2 番目のカスタム ボタンのテキストです。
- button3Text
型: System. . :: . .String
3 番目のカスタム ボタンのテキストです。