Share

ImageMenu.ImageMenu(MenuGroup, string) Constructor

Description

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

C#

public ImageMenu(
    MenuGroup parent, 
    string dialogTitle
);

Visual Basic

Public Sub New(
    parent As MenuGroup, 
    dialogTitle As string
)

Parameters

Parameters Description
MenuGroup parent Input the parent.
string dialogTitle Input the string to set as the dialog's title.

Links

ImageMenu Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?