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

PaletteContentInheritNode() public method

Initialize a new instance of the PaletteContentInheritNode class.
public PaletteContentInheritNode ( IPaletteContent inherit ) : System
inherit IPaletteContent Border palette to inherit from.
return System
        public PaletteContentInheritNode(IPaletteContent inherit)
        {
            // Remember inheritance border
            _inherit = inherit;
        }