CommandBarButtonClass.PasteFace メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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.