ComponentFactory.Krypton.Toolkit.PaletteBase.GetContentShortTextColorStyle C# (CSharp) Method

GetContentShortTextColorStyle() public abstract method

Gets the color drawing style for the short text.
public abstract GetContentShortTextColorStyle ( PaletteContentStyle style, PaletteState state ) : PaletteColorStyle
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public abstract PaletteColorStyle GetContentShortTextColorStyle(PaletteContentStyle style, PaletteState state);
PaletteBase