CommandBar::BuiltIn Property
Visual Studio 2015
Determines whether this command bar is a custom command bar or a built-in command bar.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874880)] property bool BuiltIn { [DispIdAttribute(1610874880)] bool get(); }
Property Value
Type: System::Booleanfalse if this command bar is a custom command bar, otherwise true.
Show: