CommandBar.BuiltIn Property

Definition

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 : bool
Public ReadOnly Property BuiltIn As Boolean

Property Value

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

Attributes

Applies to