This constructor assigns a default name to the new Panel starting with Panel1 (that's followed by a one digit) and incrementing until a unique name is found. Both the toolpanelrefs will be left null.
Public Sub New( parent As PanelSet )
public Panel( PanelSet parent );
Parameters |
Description |
PanelSet parent |
Input the parent |
Comments? |