Inheritance: Control, IComponent, IDisposable
Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HScrollProperties"/> class.
 /// </summary>
 /// <param name="container">A <see cref="ScrollableControl"/> that contains the scroll bar.</param>
 /// <remarks>
 /// https://msdn.microsoft.com/en-us/library/system.windows.forms.hscrollproperties.hscrollproperties(v=vs.110).aspx
 /// </remarks>
 public HScrollProperties(ScrollableControl container) 
     : base(container)
 {
 }
Ejemplo n.º 2
0
 protected ScrollProperties(ScrollableControl container)
 {
     ParentControl = container;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HScrollProperties"/> class.
 /// </summary>
 /// <param name="container">A <see cref="ScrollableControl"/> that contains the scroll bar.</param>
 /// <remarks>
 /// https://msdn.microsoft.com/en-us/library/system.windows.forms.hscrollproperties.hscrollproperties(v=vs.110).aspx
 /// </remarks>
 public HScrollProperties(ScrollableControl container)
     : base(container)
 {
 }
Ejemplo n.º 4
0
 protected ScrollProperties(ScrollableControl container)
 {
     ParentControl = container;
 }