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

GetContentDraw() 공개 메소드

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