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

GetContentDraw() public méthode

Gets a value indicating if content should be drawn.
public GetContentDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Résultat InheritBool
        public override InheritBool GetContentDraw(PaletteState state)
        {
            return _inherit.GetContentDraw(state);
        }