alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AutoIndentMode

    Defines the constants that specifies the mode of auto indenting in EditControl.

    Inheritance
    System.Object
    AutoIndentMode
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class AutoIndentMode : Enum

    Fields

    Block

    Specifies the block mode that helps to begins the next line at same place as the previous.

    Declaration
    public const AutoIndentMode Block
    Field Value
    Type
    AutoIndentMode

    None

    Specifies that auto indent functionalities cannot be performed in EditControl.

    Declaration
    public const AutoIndentMode None
    Field Value
    Type
    AutoIndentMode

    Smart

    Specifies the smart mode that starts the column of the next line based on the indentation properties of lexems.

    Declaration
    public const AutoIndentMode Smart
    Field Value
    Type
    AutoIndentMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved