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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.