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

GetContentShortTextPrefix() public method

Gets the prefix drawing setting for short text.
public GetContentShortTextPrefix ( PaletteContentStyle style, PaletteState state ) : PaletteTextHotkeyPrefix
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteTextHotkeyPrefix
        public virtual PaletteTextHotkeyPrefix GetContentShortTextPrefix(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextPrefix(style, state);
        }
PaletteRedirect