Share

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

Autodesk.AutoCAD.Customization.ElementBase
    Autodesk.AutoCAD.Customization.VersionableElement
        Autodesk.AutoCAD.Customization.CustomizationElement
        Autodesk.AutoCAD.Customization.IReference
            Autodesk.AutoCAD.Customization.CustomizationReference
                Autodesk.AutoCAD.Customization.TabletMenuItem

Visual Basic

Public Class TabletMenuItem
Inherits CustomizationReference

C#

public class TabletMenuItem : CustomizationReference;

Links

TabletMenuItem Constructor, TabletMenuItem Properties

Was this information helpful?