This is a copy constructor which sets the parent and array index.
Public Sub New( toolpanelIn As ToolPanel, parent As MenuGroup, index As Integer )
public ToolPanel( ToolPanel toolpanelIn, MenuGroup parent, int index );
Parameters |
Description |
ToolPanel toolpanelIn |
Input the object to copy. |
MenuGroup parent |
Input the parent. |
int index |
Input its array index. |
Comments? |