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

 

This class represents a cell, or item, in one of the four tablet menu areas. Each cell references a macro that is executed when the user clicks the cell. All constructors take a parent argument and add the newly created item to the parent.

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