_CommandBarButton.CopyFace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the face of a command bar button control to the Clipboard.
public:
void CopyFace();
public void CopyFace ();
abstract member CopyFace : unit -> unit
Public Sub CopyFace ()
Remarks
Use the PasteFace() method to paste the contents of the Clipboard onto a button face.