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

GetContentDrawFocus() public method

Gets a value indicating if content should be drawn with focus indication.
public GetContentDrawFocus ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public override InheritBool GetContentDrawFocus(PaletteState state)
        {
            return _inherit.GetContentDrawFocus(state);
        }