alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonAlignment

    Specifies the button alignment with respect to the edit control.

    Inheritance
    System.Object
    ButtonAlignment
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class ButtonAlignment : Enum
    Remarks

    Any ButtonEditChildButton included as part of a ButtonEdit control can be aligned to the right or to the left of the edit control (the TextBox).

    The default value is Right.

    Fields

    Left

    The button appears to the left of the edit control.

    Declaration
    public const ButtonAlignment Left
    Field Value
    Type
    ButtonAlignment
    Remarks

    See the ButtonAlign property for more information.

    Right

    The button appears to the right of the edit control.

    Declaration
    public const ButtonAlignment Right
    Field Value
    Type
    ButtonAlignment
    Remarks

    See the ButtonAlign property for more information.

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