Method |
Description |
---|
PopMenuItem.PopMenuItem (MenuMacro, string, PopMenu, int) | Constructor. |
PopMenuItem.PopMenuItem (MenuMacro, string, PopMenuItemBase, PopMenu, int) | A constructor which lets you specify the placement of the PopMenuItem. |
PopMenuItem.PopMenuItem (PopMenu) | This constructor creates a menu item with no macro assigned, which is the equivalent of a separator. Assigning a MenuMacro... more |
PopMenuItem.PopMenuItem (PopMenu, int) | This constructor creates a menu item with no macro assigned, which is the equivalent of a separator. Assigning a MenuMacro... more |
PopMenuItem.PopMenuItem (PopMenuItem, PopMenu, int) | This is a copy constructor. It duplicates an existing PopMenuItem
and sets the parent and the index within that parent.... more |