Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the tool window and verifies whether it should have a toolbar.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property HasToolBar As Boolean
protected virtual bool HasToolBar { get; }
protected:
virtual property bool HasToolBar {
bool get ();
}
abstract HasToolBar : bool with get
override HasToolBar : bool with get
function get HasToolBar () : boolean
Property Value
Type: Boolean
true if the tool window should have a toolbar; otherwise, false.
Remarks
To display a toolbar and set its coordinates, use ToolBarHost.
By default, this value is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.