This constructor sets a parent and copies data from another ImageMenuItem.
Public Sub New( parent As ImageMenu, imageMenuItem As ImageMenuItem, index As Integer )
public ImageMenuItem( ImageMenu parent, ImageMenuItem imageMenuItem, int index );
|
Parameters |
Description |
|
ImageMenu parent |
Input the ImageMenu that will hold this item. |
|
ImageMenuItem imageMenuItem |
Input the ImageMenuItem to copy data from. |
|
int index |
Input the index at which to insert new item in parent array. You may pass in -1 to append the item to end of array. |
| Comments? |