ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextPrefix C# (CSharp) Method

GetContentShortTextPrefix() public method

Gets the prefix drawing setting for short text.
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix
state PaletteState Palette value should be applicable to this state.
return PaletteTextHotkeyPrefix
        public PaletteTextHotkeyPrefix GetContentShortTextPrefix(PaletteState state)
        {
            return _palette.GetContentShortTextPrefix(_style, state);
        }