Autodesk.AutoCAD.Customization Namespace > ImageMenu Class > ImageMenu Constructor > ImageMenu(MenuGroup, string, string, StringCollection) Constructor
ImageMenu.ImageMenu(MenuGroup, string, string, StringCollection) Constructor
Description

 

This constructor creates an ImageMenu and sets the parent as well as the dialog's title and description. It also sets the aliases.

Visual Basic
Public Sub New(
    parent As MenuGroup, 
    dialogTitle As string, 
    description As string, 
    aliases As StringCollection
)
C#
public ImageMenu(
    MenuGroup parent, 
    string dialogTitle, 
    string description, 
    StringCollection aliases
);
Parameters
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. 
Links
   Comments?