_CommandBarButton.FaceId 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 the ID number for the face of a command bar button control.
public:
property int FaceId { int get(); void set(int value); };
public int FaceId { get; set; }
member this.FaceId : int with get, set
Public Property FaceId As Integer
Property Value
Remarks
The FaceId property dictates the look, not the function, of a command bar button.
The Id property of the CommandBarControl object determines the function of the button.
The value of the FaceId property for a command bar button with a custom face is 0 (zero).