ExceptionMessageBox.ShowToolBar Property

Definition

Specifies whether to show the command button toolbar on the exception message box.

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

Property Value

A Boolean value.

Remarks

The default value is true.

Applies to