ShowToolBar propriété
Specifies whether to show the command button toolbar on the exception message box.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (dans Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Property ShowToolBar As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean
A Boolean value.
Notes
The default value is true.