- commandId
- A System.ComponentModel.Design.CommandID object.
A System.ComponentModel.Design.MenuCommand. By default, Behavior.FindCommand(System.ComponentModel.Design.CommandID) returns null.
The Behavior.FindCommand(System.ComponentModel.Design.CommandID) method is called from the System.Windows.Forms.Design.Behavior.BehaviorService. It provides an opportunity for the System.Windows.Forms.Design.Behavior.Behavior to return its own custom System.ComponentModel.Design.MenuCommand, thereby intercepting this message.