_CommandBarButton.BuiltInFace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.