次の方法で共有


CommandBarButtonClass.CopyFace メソッド

定義

指定したコマンド バーのボタン コントロールのボタン イメージをクリップボードにコピーします。

public:
 virtual void CopyFace() = Microsoft::Office::Core::_CommandBarButton::CopyFace;
public virtual void CopyFace ();
abstract member CopyFace : unit -> unit
override this.CopyFace : unit -> unit
Public Overridable Sub CopyFace ()

実装

This example finds the built-in Open button, copies the button face to the Clipboard, and then pastes the face onto the Spelling and Grammar button.

注釈

ボタンの表面にクリップボードの内容を貼り付けるには、 PasteFace メソッドを使用します。

適用対象