Share via


CommandBar.BuiltIn Property

Determines if the specified command bar or command bar control is a built-in command bar or 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 CommandBar
Dim value As Boolean

value = instance.BuiltIn
bool BuiltIn { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.Office.Core Namespace