/// <summary>
 /// Constructor.
 /// </summary>
 public DraggableTabControl()
 {
     m_markerIndex = -1;
     m_marker      = new InsertionMarker(this);
     AllowDrop     = true;
 }
 /// <summary>
 /// Constructor.
 /// </summary>
 public DraggableTabControl()
 {
     m_markerIndex = -1;
     m_marker = new InsertionMarker(this);
     AllowDrop = true;
 }