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