In this constructor, both the toolpanelrefs will be left null.
Public Sub New( name As string, parent As PanelSet )
public Panel( string name, PanelSet parent );
Parameters |
Description |
string name |
Input the panel's name. |
PanelSet parent |
Input the parent. |
Comments? |