Share

PopMenuItemCollection Class

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

Links

PopMenuItemCollection Methods

Was this information helpful?