CommandBarButtonClass.PasteFace Method

Definition

Pastes the contents of the Clipboard onto a CommandBarButton.

public:
 virtual void PasteFace() = Microsoft::Office::Core::_CommandBarButton::PasteFace;
public virtual void PasteFace ();
abstract member PasteFace : unit -> unit
override this.PasteFace : unit -> unit
Public Overridable Sub PasteFace ()

Implements

Examples

This example finds the built-in FileOpen button and pastes the face from the Spelling and Grammar button onto it from the Clipboard.

Applies to