CommandBarButtonClass.PasteFace Method
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.
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.