Share

PopMenuRef Class

Description

This class is used to create a cascading submenu within another menu. It references another PopMenu by the UID that is stored in its MenuReference property.

Class Hierarchy

Autodesk.AutoCAD.Customization.ElementBase
    Autodesk.AutoCAD.Customization.VersionableElement
        Autodesk.AutoCAD.Customization.CustomizationElement
            Autodesk.AutoCAD.Customization.PopMenuItemBase
                Autodesk.AutoCAD.Customization.PopMenuRef

Visual Basic

Public Class PopMenuRef
Inherits PopMenuItemBase

C#

public class PopMenuRef : PopMenuItemBase;

Links

PopMenuRef Properties

Was this information helpful?