This class represents items in pull-down menus that execute macros or are separators. All constructors take a parent argument and add the newly created item to the parent.
Public Class PopMenuItem Inherits PopMenuItemBase Inherits IReference
public class PopMenuItem : PopMenuItemBase, IReference;
Comments? |