This constructor defines the tool panel.
Public Sub New( name As string, description As string, UID As string, parent As MenuGroup )
public ToolPanel( string name, string description, string UID, MenuGroup parent );
Parameters |
Description |
string name |
Input a name for the tool panel. |
string description |
Input a description for the tool panel. |
string UID |
Input a unique ID. |
MenuGroup parent |
Input the parent. |
Comments? |