DialogContainerWithToolbar::ToolbarHost Property

 

Returns the corresponding IVsToolWindowToolbarHost.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IVsToolWindowToolbarHost^ ToolbarHost {
	IVsToolWindowToolbarHost^ get();
}

If no cached value exists, this method queries the shell to retrieve one.

Return to top
Show: