CommandBarPopup.BuiltIn Property

Definition

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.

Implements

Attributes

Applies to