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

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 ItemStyleComboBox : ComboBox
Visual Basic (Declaration)
Public Class ItemStyleComboBox _
	Inherits ComboBox
Visual C++
public ref class ItemStyleComboBox : public ComboBox

Inheritance Hierarchy

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

See Also