ExceptionMessageBox.ShowToolBar プロパティ

定義

例外メッセージ ボックスにコマンド ボタン ツール バーを表示するかどうかを指定します。

public:
 property bool ShowToolBar { bool get(); void set(bool value); };
public bool ShowToolBar { get; set; }
member this.ShowToolBar : bool with get, set
Public Property ShowToolBar As Boolean

プロパティ値

Boolean 値。

注釈

既定値は true です。

適用対象