DialogContainerWithToolbar::ToolbarID Property

 

Gets or sets the command ID of the toolbar that is contained in this dialog box.

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

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

Property Value

Type: System.ComponentModel.Design::CommandID^

The command ID of the toolbar that is contained in this dialog box.

Return to top
Show: