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

 

This class represents a menu item that references a macro. It is used by both mouse buttons and tablet buttons. All constructors take a parent argument and add the newly created item to the parent.

Class Hierarchy
Visual Basic
Public Class ButtonItem
Inherits CustomizationReference
C#
public class ButtonItem : CustomizationReference;
Links
   Comments?