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

GetContentLongTextPrefix() public abstract method

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