Compartir a través de


ExceptionMessageBox.ShowToolBar Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Property ShowToolBar As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Comentarios

The default value is true.

Vea también

Referencia

ExceptionMessageBox Clase

Espacio de nombres Microsoft.SqlServer.MessageBox