CommandBar.BuiltIn Property

Definition

Determines if the specified command bar or command bar control is a built-in command bar or control of the container application.

public:
 property bool BuiltIn { bool get(); };
public bool BuiltIn { get; }
member this.BuiltIn : bool
Public ReadOnly Property BuiltIn As Boolean

Property Value

Remarks

This property returns True if the specified command bar is a built-in command bar of the container application; False if it's a custom command bar.

Applies to