Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a value that indicates 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 _CommandBarButton
Dim value As Boolean
value = instance.BuiltIn
bool BuiltIn { get; }
Property Value
Type: System.Boolean
Implements
Remarks
Returns True if the specified command bar or command bar control is a built-in command bar or control of the container application, and False if it's a custom command bar or control, or if it's a built-in control whose BuiltIn property has been set.