Constructor.
Public Sub New( parent As MacroGroup, name As string, command As string, tag As string )
public MenuMacro( MacroGroup parent, string name, string command, string tag );
|
Parameters |
Description |
|
MacroGroup parent |
Input the parent MacroGroup. |
|
string name |
Input the name which will be displayed in the command list. |
|
string command |
Input the command macro string. |
|
string tag |
Input the unique ID for the macro. |
| Comments? |