CommandBar::BuiltIn Property

 

Determines whether this command bar is a custom command bar or a built-in command bar.

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

[DispIdAttribute(1610874880)]
property bool BuiltIn {
	[DispIdAttribute(1610874880)]
	bool get();
}

Property Value

Type: System::Boolean

false if this command bar is a custom command bar, otherwise true.

Return to top
Show: