ExceptionMessageBox.ShowToolBar Property
Specifies whether to show the command button toolbar on the exception message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Property ShowToolBar As Boolean
Get
Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As Boolean
value = instance.ShowToolBar
instance.ShowToolBar = value
public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
bool get ();
void set (bool value);
}
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean
function set ShowToolBar (value : boolean)
Property Value
Type: System.Boolean
A Boolean value.
Remarks
The default value is true.