This constructor for ScreenMenu sets the parent and name properties of the screen menu.
Public Sub New( parent As MenuGroup, name As string )
public ScreenMenu( MenuGroup parent, string name );
Parameters |
Description |
MenuGroup parent |
Input the parent MenuGroup. |
string name |
Input the name of the screen menu. |
Comments? |