Constructor.
Public Sub New( menuMacro As MenuMacro, name As string, parent As PopMenu, index As Integer )
public PopMenuItem( MenuMacro menuMacro, string name, PopMenu parent, int index );
Parameters |
Description |
MenuMacro menuMacro |
Input the macro to execute |
string name |
Input the name of the PopMenuItem, if different from the name of the MenuMacro; otherwise, can be null |
PopMenu parent |
Input the parent |
int index |
Input the index at which to insert a new PopMenuItem in the parent's collection |
Comments? |