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