Propriedade ShowToolBar
Specifies whether to show the command button toolbar on the exception message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Comentários
The default value is true.
Consulte também