ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.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 override PaletteTextHotkeyPrefix GetContentLongTextPrefix(PaletteState state)
        {
            return _inherit.GetContentLongTextPrefix(state);
        }