ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetContentDrawFocus C# (CSharp) Method

GetContentDrawFocus() public method

Gets a value indicating if content should be drawn with focus indication.
public GetContentDrawFocus ( PaletteContentStyle style, PaletteState state ) : InheritBool
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public virtual InheritBool GetContentDrawFocus(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentDrawFocus(style, state);
        }
PaletteRedirect