Text Settings in Windows Forms DomainUpdownExt
18 Nov 20181 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