ActivityDesignerVerb Class
Creates a new verb to be used with the designer using the associated verb group, text and event handler.
System.ComponentModel.Design::MenuCommand
System.ComponentModel.Design::DesignerVerb
System.Workflow.ComponentModel.Design::ActivityDesignerVerb
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ActivityDesignerVerb type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityDesignerVerb(ActivityDesigner, DesignerVerbGroup, String, EventHandler) | Initializes an instance of an ActivityDesignerVerb by using an ActivityDesigner, a DesignerVerbGroup value, a description of the verb, and an EventHandler. |
![]() | ActivityDesignerVerb(ActivityDesigner, DesignerVerbGroup, String, EventHandler, EventHandler) | Initializes an instance of a ActivityDesignerVerb by using an ActivityDesigner, a DesignerVerbGroup value, a description of the verb, and two EventHandler objects, one to handle menu selection events and the other to handle status updates. |
| Name | Description | |
|---|---|---|
![]() | Checked | Gets or sets a value indicating whether this menu item is checked. (Inherited from MenuCommand.) |
![]() | CommandID | Gets a new CommandID for an ActivityDesignerVerb. (Overrides MenuCommand::CommandID.) |
![]() | Description | Gets or sets the description of the menu item for the verb. (Inherited from DesignerVerb.) |
![]() | Enabled | Gets a value indicating whether this menu item is available. (Inherited from MenuCommand.) |
![]() | Group | Gets the DesignerVerbGroup associated with the ActivityDesignerVerb. |
![]() | OleStatus | Gets an integer that describes the status of the ActivityDesignerVerb. (Overrides MenuCommand::OleStatus.) |
![]() | Properties | Gets the public properties associated with the MenuCommand. (Inherited from MenuCommand.) |
![]() | Supported | Gets or sets a value indicating whether this menu item is supported. (Inherited from MenuCommand.) |
![]() | Text | Gets the text description for the verb command on the menu. (Inherited from DesignerVerb.) |
![]() | Visible | Gets or sets a value indicating whether this menu item is visible. (Inherited from MenuCommand.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Invoke() | Invokes the command. (Inherited from MenuCommand.) |
![]() | Invoke(Object) | Invokes the command with the given parameter. (Inherited from MenuCommand.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCommandChanged | Raises the CommandChanged event. (Inherited from MenuCommand.) |
![]() | ToString | Overrides ToString. (Inherited from DesignerVerb.) |
The ActivityDesignerVerb describes an action to take against a workflow component. ActivityDesignerVerb options are displayed in the menu bar and right-click context menus during design time.
The ActivityDesignerVerb will be grouped with other verbs associated with the same DesignerVerbGroup and are displayed in the corresponding sub-menu at design time.
The event handler passed when creating a new verb will be invoked when this verb is chosen from the menu.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
