Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Un TabControl dont les onglets peuvent être réordonnés en les glissant avec la souris

Namespace:  Developpez.Dotnet.Windows.Forms.Controls
Assembly:  Developpez.Dotnet.Windows.Forms (in Developpez.Dotnet.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TabControlEx : TabControl
Visual Basic (Declaration)
Public Class TabControlEx _
	Inherits TabControl
Visual C++
public ref class TabControlEx : public TabControl

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.TabControl
          Developpez.Dotnet.Windows.Forms.Controls..::.TabControlEx

See Also