Share via


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

_CommandBarButton.PasteFace()

Examples

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

See Also

Reference

CommandBarButtonClass Class

CommandBarButtonClass Members

Microsoft.Office.Core Namespace