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