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

LinkLabelBehaviorInherit() public method

Initialize a new instance of the LinkLabelBehaviorInherit class.
public LinkLabelBehaviorInherit ( IPaletteContent inherit, KryptonLinkBehavior linkBehavior ) : System
inherit IPaletteContent Palette to inherit from.
linkBehavior KryptonLinkBehavior Link behavior to use.
return System
        public LinkLabelBehaviorInherit(IPaletteContent inherit,
                                        KryptonLinkBehavior linkBehavior)
        {
            Debug.Assert(inherit != null);
            _inherit = inherit;
            _linkBehavior = linkBehavior;
        }