This constructor duplicates data from another ImageMenu into the newly created ImageMenu. It also sets its array position.
Public Sub New( imageIn As ImageMenu, parent As MenuGroup, index As Integer )
public ImageMenu( ImageMenu imageIn, MenuGroup parent, int index );
Parameters |
Description |
ImageMenu imageIn |
Input the ImageMenu from which to copy data. |
MenuGroup parent |
Input the MenuGroup to set as the parent. |
int index |
Input the index where the ImageMenu should be inserted in the MenuGroup array of ImageMenus. |
Comments? |