2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
To set the SpinButton orientation of the DomainUpDownExt, set the SpinOrientation property as Horizontal or vertical. Refer to the below given code snippet. C# //Sets the SpinOrientation as Horizontal this.domainUpDownExt1.SpinOrientation = System.Windows.Forms.Orientation.Horizontal; //Sets the SpinOrientation as Vertical this.domainUpDownExt1.SpinOrientation = System.Windows.Forms.Orientation.Vertical; VB 'Sets the SpinOrientation as Horizontal Me.domainUpDownExt1.SpinOrientation = System.Windows.Forms.Orientation.Horizontal 'Sets the SpinOrientation as Vertical Me.domainUpDownExt1.SpinOrientation = System.Windows.Forms.Orientation.Vertical |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.