/// <summary>
 /// Initializes a new instance of the <see cref="ScrollProperties"/> class.
 /// </summary>
 /// <param name="container">The <see cref="ScrollControl"/> whose scrolling properties this object describes.</param>
 protected ScrollProperties(ScrollControl container)
 {
   //System.Windows.Forms.ScrollProperties
   _container = container;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ScrollProperties" /> class.
 /// </summary>
 /// <param name="container">The <see cref="ScrollControl" /> whose scrolling properties this object describes.</param>
 public HScrollProperties(ScrollControl container)
   : base(container)
 { }