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

GetContentDrawFocus() public méthode

Gets the actual content draw with focus value.
public GetContentDrawFocus ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Résultat InheritBool
        public InheritBool GetContentDrawFocus(PaletteState state)
        {
            return _inherit.GetContentDrawFocus(state);
        }