ToolWindow.HasToolBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overriden in derived classes that want to host a toolbar. Placement and toolbar to display should be set in the derived class via the ToolbarHost.
protected:
virtual property bool HasToolBar { bool get(); };
protected virtual bool HasToolBar { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.HasToolBar : bool
Protected Overridable ReadOnly Property HasToolBar As Boolean
Property Value
- Attributes