ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentDrawFocus C# (CSharp) Méthode

GetContentDrawFocus() public méthode

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.
Résultat InheritBool
        public virtual InheritBool GetContentDrawFocus(PaletteState state)
        {
            return InheritBool.False;
        }