menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAutoFormatter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IAutoFormatter

    Provides the functionality for custom autoformatters.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IAutoFormatter

    Methods

    Format(IList)

    Formats the given list of lexem wrappers.

    Declaration
    string Format(IList lexems)
    Parameters
    Type Name Description
    System.Collections.IList lexems

    List of ILexemWrapper instances.

    Returns
    Type Description
    System.String

    String with formatted text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved