ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentDraw C# (CSharp) Method

GetContentDraw() public method

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