ComponentFactory.Krypton.Toolkit.ButtonSpecRemapByContentCache.SetPaletteState C# (CSharp) Method

SetPaletteState() public method

Set the palette state of the remapping element.
public SetPaletteState ( PaletteState paletteState ) : void
paletteState PaletteState Palette state.
return void
        public void SetPaletteState(PaletteState paletteState)
        {
            _paletteState = paletteState;
        }