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

ButtonSpecRemapByContentView() public method

Initialize a new instance of the ButtonSpecRemapByContentView class.
public ButtonSpecRemapByContentView ( IPalette target, ButtonSpec buttonSpec ) : System
target IPalette Initial palette target for redirection.
buttonSpec ButtonSpec Reference to button specification.
return System
        public ButtonSpecRemapByContentView(IPalette target,
                                            ButtonSpec buttonSpec)
            : base(target, buttonSpec)
        {
        }
ButtonSpecRemapByContentView