Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the ScrollBarStyle class.
 /// </summary>
 public ScrollBarStyle()
 {
     this.thumbStyle  = new ThumbStyle();
     this.borderStyle = new BorderStyle();
 }