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