_CommandBarButton.BuiltInFace Property

Definition

Returns or sets a value that indicates if the face of a command bar button control is its original built-in face.

public:
 property bool BuiltInFace { bool get(); void set(bool value); };
public bool BuiltInFace { get; set; }
member this.BuiltInFace : bool with get, set
Public Property BuiltInFace As Boolean

Property Value

Remarks

This property can only be set to True, which will reset the face to the built-in face.

Applies to