ComponentFactory.Krypton.Toolkit.PaletteInputControlContentStates.GetContentDraw C# (CSharp) Méthode

GetContentDraw() public méthode

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