CommandBarButtonClass.PasteFace Method
Pastes the contents of the Clipboard onto a CommandBarButton.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub PasteFace
'Usage
Dim instance As CommandBarButtonClass
instance.PasteFace()
public virtual void 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.