This constructor creates an ImageMenu and sets the parent as well as the dialog's title.
Public Sub New( parent As MenuGroup, dialogTitle As string )
public ImageMenu( MenuGroup parent, string dialogTitle );
|
Parameters |
Description |
|
MenuGroup parent |
Input the parent. |
|
string dialogTitle |
Input the string to set as the dialog's title. |
| Comments? |