This the copy constructor.
Public Sub New( parent As PanelSet, source As Panel, index As Integer )
public Panel( PanelSet parent, Panel source, int index );
Parameters |
Description |
PanelSet parent |
Input the parent. |
Panel source |
Input the copy source. |
int index |
Input the index position. |
Comments? |