Sdílet prostřednictvím


CommandBarPopup.BuiltIn Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property BuiltIn As Boolean
    Get
'Usage
Dim instance As CommandBarPopup
Dim value As Boolean

value = instance.BuiltIn
bool BuiltIn { get; }

Property Value

Type: System.Boolean

Implements

CommandBarControl.BuiltIn

Remarks

This property returns True if the specified command bar control is a built-in control of the container application; False if it's a custom command bar or control, or if it's a built-in control whose OnAction property has been set.

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

BuiltIn Overload

Microsoft.Office.Core Namespace