This constructor allows you to execute a macro, and also position the ButtonItem in the parent's collection array.
Public Sub New( parent As ButtonGroup, menuMacro As MenuMacro, index As Integer )
public ButtonItem( ButtonGroup parent, MenuMacro menuMacro, int index );
Parameters |
Description |
ButtonGroup parent |
Input the parent ButtonGroup that will contain this item. |
MenuMacro menuMacro |
Input the menu macro which will be executed. |
int index |
Input the index at which to insert new PopMenuItem in the parent's collection. |
Comments? |