Description
This class represents items in pull-down menus that execute macros or are separators. All constructors take a parent argument and add the newly created item to the parent.
Class Hierarchy
Autodesk.AutoCAD.Customization.ElementBase Autodesk.AutoCAD.Customization.VersionableElement Autodesk.AutoCAD.Customization.CustomizationElement Autodesk.AutoCAD.Customization.PopMenuItemBase Autodesk.AutoCAD.Customization.IReference Autodesk.AutoCAD.Customization.PopMenuItem
Visual Basic
Public Class PopMenuItem Inherits PopMenuItemBase Inherits IReference
C#
public class PopMenuItem : PopMenuItemBase, IReference;