ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentDraw C# (CSharp) Метод

GetContentDraw() публичный Метод

Gets the actual content draw value.
public GetContentDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Результат InheritBool
        public InheritBool GetContentDraw(PaletteState state)
        {
            return _palette.GetContentDraw(_style, state);
        }