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.