CommandBar.BuiltIn Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this command bar is a custom command bar or a built-in command bar.
public:
 property bool BuiltIn { bool get(); };public:
 property bool BuiltIn { bool get(); };[System.Runtime.InteropServices.DispId(1610874880)]
public bool BuiltIn { [System.Runtime.InteropServices.DispId(1610874880)] get; }[<System.Runtime.InteropServices.DispId(1610874880)>]
[<get: System.Runtime.InteropServices.DispId(1610874880)>]
member this.BuiltIn : boolPublic ReadOnly Property BuiltIn As BooleanProperty Value
false if this command bar is a custom command bar, otherwise true.
- Attributes