/// <summary>
		/// Sets the model that handles the scrollbar's four
		/// fundamental properties: minimum, maximum, value, extent.
		/// </summary>
		public void setModel(BoundedRangeModel @newModel)
		{
		}
Beispiel #2
0
 /// <summary>
 /// Sets the model that handles the scrollbar's four
 /// fundamental properties: minimum, maximum, value, extent.
 /// </summary>
 public void setModel(BoundedRangeModel @newModel)
 {
 }