CommandBarPopup::CommandBar Property

 

Gets the command bar owned by this control.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610940416)]
property CommandBar^ CommandBar {
	[DispIdAttribute(1610940416)]
	CommandBar^ get();
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::CommandBar^

The command bar owned by this control. If there is no existing command bar, this property creates one.

Return to top
Show: