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

 

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

Visual Basic
Public Sub New(
    parent As MenuGroup, 
    dialogTitle As string
)
C#
public ImageMenu(
    MenuGroup parent, 
    string dialogTitle
);
Parameters
Parameters 
Description 
MenuGroup parent 
Input the parent. 
string dialogTitle 
Input the string to set as the dialog's title. 
Links
   Comments?