ClipboardCommandSet.ProcessOnStatusPasteCommand(MenuCommand) 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.
Virtual method to process the menu Paste operation
protected:
virtual void ProcessOnStatusPasteCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
protected virtual void ProcessOnStatusPasteCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member ProcessOnStatusPasteCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.ProcessOnStatusPasteCommand : System.ComponentModel.Design.MenuCommand -> unit
Protected Overridable Sub ProcessOnStatusPasteCommand (cmd As MenuCommand)
Parameters
- cmd
- MenuCommand