This constructor sets a parent and names the tool panel.
Public Sub New( name As string, parent As MenuGroup )
public ToolPanel( string name, MenuGroup parent );
Parameters |
Description |
string name |
Input a name for the tool panel. |
MenuGroup parent |
Input the parent. |
Comments? |