ClipboardCommandSet.ProcessOnStatusCutCommand(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 Cut operation
protected:
virtual void ProcessOnStatusCutCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
protected virtual void ProcessOnStatusCutCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member ProcessOnStatusCutCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.ProcessOnStatusCutCommand : System.ComponentModel.Design.MenuCommand -> unit
Protected Overridable Sub ProcessOnStatusCutCommand (cmd As MenuCommand)
Parameters
- cmd
- MenuCommand
Remarks
This is provided so the behavior can be overridden; FxCop does not allow ProcessOnStatusCutCommand() to be protected because of the EventArgs parameter.