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.
Public Class TabletMenuItem Inherits CustomizationReference
public class TabletMenuItem : CustomizationReference;
Comments? |