ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextPrefix C# (CSharp) 메소드

GetContentLongTextPrefix() 공개 메소드

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