Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal handler As EventHandler, _ ByVal groupId As WorkflowDesignerVerbGroups _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim text As String Dim handler As EventHandler Dim groupId As WorkflowDesignerVerbGroups Dim instance As New WorkflowDesignerVerb(text, handler, groupId) |
C# | |
---|---|
public WorkflowDesignerVerb( string text, EventHandler handler, WorkflowDesignerVerbGroups groupId ) |
C++/CLI | |
---|---|
public: WorkflowDesignerVerb( String^ text, EventHandler^ handler, WorkflowDesignerVerbGroups groupId ) |
Parameters
- text
- handler
- groupId
Target Platforms: 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