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. |