NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DesignerVerb Class

Represents a verb that can be executed by a component's designer. Verbs are dynamic menu commands whose text image can be determined at runtime.

Object
   MenuCommand
      DesignerVerb

[Visual Basic]
Public Class DesignerVerb
   Inherits MenuCommand
[C#]
public class DesignerVerb : MenuCommand
[C++]
public __gc class DesignerVerb : public MenuCommand
[JScript]
public class DesignerVerb extends MenuCommand

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

DesignerVerb Members | System.ComponentModel.Design Namespace | CommandID | MenuCommand | IMenuCommandService