Control Property Enhancements
TextBox Enhancements
TextBox.NumbersOnlyproperty: Restricts input to 0-9 by setting theES_NUMBERstyle on the underlying control.TextBox.TextHintproperty: Sets the light gray hint text in an empty TextBox (EM_SETCUEBANNER).
Label Enhancements
Label.VerticalAlignmentproperty: Defaults to Top.Label.LineSpacingproperty (in twips, default is 0)Label.Angleproperty (in degrees, rotates the label text)Label.BorderCustomproperty (has suboptions to set size, padding and color of borders independently for each side).
Timer Enhancements
Timer.Interval can now be set to any positive Long instead of being limited to 65,535.