Autodesk.AutoCAD.Customization Namespace > ImageMenuItem Class
ImageMenuItem Class
Description

 

This class represents a cell within an ImageMenu object. It references a macro that is used to execute a command. All constructors take a parent argument and add the newly created item to the parent.

Class Hierarchy
Visual Basic
Public Class ImageMenuItem
Inherits CustomizationReference
C#
public class ImageMenuItem : CustomizationReference;
Links
   Comments?