ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentDrawFocus C# (CSharp) Méthode

GetContentDrawFocus() public méthode

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.
Résultat InheritBool
        public override InheritBool GetContentDrawFocus(PaletteState state)
        {
            return _inherit.GetContentDrawFocus(state);
        }