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