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

GetContentDraw() public méthode

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