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 ComboBox dont on peut personnaliser l'apparence de chaque élément séparément via un évènement

Espace de nom : Developpez.Dotnet.Windows.Forms
Assembly : Developpez.Dotnet.Windows.Forms (dans Developpez.Dotnet.Windows.Forms.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public class ItemStyleComboBox : ComboBox
Visual Basic (Déclaration)
Public Class ItemStyleComboBox _
	Inherits ComboBox
Visual C++
public ref class ItemStyleComboBox : public ComboBox

Hiérarchie d'héritage

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ComboBox
            Developpez.Dotnet.Windows.Forms..::..ItemStyleComboBox

Voir aussi