CommandBarButtonClass.BuiltInFace Property

Definition

Is True if the face of a command bar button control is its original built-in face. Read/write.

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

Property Value

Implements

Examples

This example determines whether the face of the first control on the command bar named "Custom" is its built-in button face. If it is, the example copies the button face to the Clipboard.

Remarks

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

Applies to