ToolWindow.ToolBarHost 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.
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