/// <summary>
 /// Sets the height of the title box.
 /// </summary>
 /// <param name="height">The height.</param>
 public void SetTitleBoxHeight(int height = 30)
 {
     GroupBox.SetTitleBoxHeight(height);
 }