CommandBarControl.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 control is a custom control or a built-in control.
public:
 property bool BuiltIn { bool get(); };
	public:
 property bool BuiltIn { bool get(); };
	[System.Runtime.InteropServices.DispId(1610874882)]
public bool BuiltIn { [System.Runtime.InteropServices.DispId(1610874882)] get; }
	[<System.Runtime.InteropServices.DispId(1610874882)>]
[<get: System.Runtime.InteropServices.DispId(1610874882)>]
member this.BuiltIn : bool
	Public ReadOnly Property BuiltIn As Boolean
	Property Value
false if this control is a custom control, otherwise true.
- Attributes