_CommandBarButton.BuiltInFace Property
Returns or sets a value that indicates if the face of a command bar button control is its original built-in face.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property BuiltInFace As Boolean
Get
Set
'Usage
Dim instance As _CommandBarButton
Dim value As Boolean
value = instance.BuiltInFace
instance.BuiltInFace = value
bool BuiltInFace { get; set; }
Property Value
Type: System.Boolean
Remarks
This property can only be set to True, which will reset the face to the built-in face.