Having trouble getting help?
Contact Support
Contact Support
Text Settings in Windows Forms Domain UpDown (DomainUpdownExt)
4 Feb 20251 minute to read
The text for the DomainUpDownExt control can be specified in String Collection Editor. This section discusses the properties which deals with this text.
this.domainUpDownExt2.Items.Add("Six");
this.domainUpDownExt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.domainUpDownExt2.MaxLength = 32768;
Me.domainUpDownExt2.Items.Add("Six")
Me.domainUpDownExt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
Me.domainUpDownExt2.MaxLength = 32768