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

GetContentShortTextPrefix() public abstract method

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