ToolWindow.ToolBarHost Property

Definition

Provides derived classes access to the shell implementation of IVsToolWindowToolbarHost, used to manage toolbars in the the tool window.

protected:
 property Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ ToolBarHost { Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ get(); };
protected Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbarHost ToolBarHost { get; }
member this.ToolBarHost : Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbarHost
Protected ReadOnly Property ToolBarHost As IVsToolWindowToolbarHost

Property Value

Applies to