Description
A collection of PopMenuItems. Items within this collection are all derived from PopMenuItemBase. The type of element returned must be inspected at runtime to determine the exact class.
Class Hierarchy
Autodesk.AutoCAD.Customization.CustomizationCollection Autodesk.AutoCAD.Customization.PopMenuItemCollection
C#
public class PopMenuItemCollection : CustomizationCollection;
Visual Basic
Public Class PopMenuItemCollection Inherits CustomizationCollection