ClipboardCommandSet.ProcessOnStatusCopyCommand(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 Copy operation
protected:
virtual void ProcessOnStatusCopyCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
protected virtual void ProcessOnStatusCopyCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member ProcessOnStatusCopyCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.ProcessOnStatusCopyCommand : System.ComponentModel.Design.MenuCommand -> unit
Protected Overridable Sub ProcessOnStatusCopyCommand (cmd As MenuCommand)
Parameters
- cmd
- MenuCommand