ComponentFactory.Krypton.Toolkit.PaletteRedirectContextMenu.PaletteRedirectContextMenu C# (CSharp) Method

PaletteRedirectContextMenu() public method

Initialize a new instance of the PaletteRedirectContextMenu class.
public PaletteRedirectContextMenu ( IPalette target, ContextMenuImages images ) : System
target IPalette Initial palette target for redirection.
images ContextMenuImages Reference to source of context menu images.
return System
        public PaletteRedirectContextMenu(IPalette target,
                                          ContextMenuImages images)
            : base(target)
        {
            Debug.Assert(images != null);

            // Remember incoming target
            _images = images;
        }