ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentDrawFocus C# (CSharp) Method

GetContentDrawFocus() public method

Gets a value indicating if content should be drawn with focus indication.
public GetContentDrawFocus ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public virtual InheritBool GetContentDrawFocus(PaletteState state)
        {
            return InheritBool.False;
        }