_CommandBarButton.FaceId Property

Definition

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).

Applies to