This constructor assigns a default name to the new toolPanel starting with "ToolPanel1" and incrementing until a unique name is found.
Public Sub New( parent As MenuGroup )
public ToolPanel( MenuGroup parent );
Parameters |
Description |
MenuGroup parent |
Input the parent. |
Comments? |