次の方法で共有


CommandBarButtonClass.PasteFace メソッド

定義

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 ()

実装

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

適用対象