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

GetContentLongTextColorStyle() public méthode

Gets the color drawing style for the long text.
public GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
Résultat PaletteColorStyle
        public virtual PaletteColorStyle GetContentLongTextColorStyle(PaletteState state)
        {
            return PaletteColorStyle.Solid;
        }