ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.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 override PaletteColorStyle GetContentLongTextColorStyle(PaletteState state)
        {
            return _inherit.GetContentLongTextColorStyle(state);
        }