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

 

This class contains the collection of macro groups as well as all the sections of the menu file. It also contains the list of LSP files to load to support the CUI file. There are no exposed constructors for MenuGroup objects. A MenuGroup is created automatically each time a file is opened or created. Subsequent calls can change the name of a MenuGroup.

Class Hierarchy
Autodesk.AutoCAD.Customization.ElementBase
    Autodesk.AutoCAD.Customization.MenuGroup
Visual Basic
Public Class MenuGroup
Inherits ElementBase
C#
public class MenuGroup : ElementBase;
Links
   Comments?