IMenuCommandService.RemoveVerb(DesignerVerb) 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.
Removes the specified designer verb from the collection of global designer verbs.
public:
void RemoveVerb(System::ComponentModel::Design::DesignerVerb ^ verb);
public void RemoveVerb (System.ComponentModel.Design.DesignerVerb verb);
abstract member RemoveVerb : System.ComponentModel.Design.DesignerVerb -> unit
Public Sub RemoveVerb (verb As DesignerVerb)
Parameters
- verb
- DesignerVerb
The DesignerVerb to remove.
Remarks
This method removes the specified global designer verb if it is within the global designer verbs collection. You can add a designer verb to the global designer verbs collection using the AddVerb method.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.