ToolWindowPane::ToolBar Property

 

Gets or sets the CommandID.

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

public:
property CommandID^ ToolBar {
	CommandID^ get();
	void set(CommandID^ value);
}

Property Value

Type: System.ComponentModel.Design::CommandID^

CommandID if the tool window has a toolbar; otherwise, null.

The value can be set only if Frame is null.

Return to top
Show: