This constructor copies the data from another toolbar.
Public Sub New( toolbarIn As Toolbar, parent As MenuGroup, index As Integer )
public Toolbar( Toolbar toolbarIn, MenuGroup parent, int index );
|
Parameters |
Description |
|
Toolbar toolbarIn |
Input the source to be copied. |
|
MenuGroup parent |
Input the parent. |
|
int index |
Input the index at which to insert new PopMenuItem in parent's collection. |
| Comments? |