WinForms

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

    Show / Hide Table of Contents

    Enum ButtonAlignment

    Specifies the button alignment with respect to the edit control.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum ButtonAlignment
    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

    Name Description
    Left

    The button appears to the left of the edit control.

    Right

    The button appears to the right of the edit control.

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