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

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

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