ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.GetContentDraw C# (CSharp) 메소드

GetContentDraw() 공개 메소드

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