ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextPrefix C# (CSharp) Method

GetContentLongTextPrefix() public method

Gets the prefix drawing setting for long text.
public GetContentLongTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix
state PaletteState Palette value should be applicable to this state.
return PaletteTextHotkeyPrefix
        public virtual PaletteTextHotkeyPrefix GetContentLongTextPrefix(PaletteState state)
        {
            return PaletteTextHotkeyPrefix.None;
        }