ShowToolBar 属性
Specifies whether to show the command button toolbar on the exception message box.
命名空间: Microsoft.SqlServer.MessageBox
程序集: Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)
语法
声明
Public Property ShowToolBar As Boolean
Get
Set
用法
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)
属性值
类型:System. . :: . .Boolean
A Boolean value.
注释
The default value is true.