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

GetContentShortTextColorStyle() public method

Gets the color drawing style for the short text.
public GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public PaletteColorStyle GetContentShortTextColorStyle(PaletteState state)
        {
            return _inherit.GetContentShortTextColorStyle(state);
        }