C# Class Smrf.AppLib.ListBoxPlus

Represents a ListBox with additional features.
Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
ListBoxPlus ( ) : System

Initializes a new instance of the ListBoxPlus class.

PopulateWithEnumValues ( Type enumType, System.Boolean formatForUser ) : void
PopulateWithObjectsAndText ( ) : void

Method Details

ListBoxPlus() public méthode

Initializes a new instance of the ListBoxPlus class.
public ListBoxPlus ( ) : System
Résultat System

PopulateWithEnumValues() public méthode

public PopulateWithEnumValues ( Type enumType, System.Boolean formatForUser ) : void
enumType System.Type
formatForUser System.Boolean
Résultat void

PopulateWithObjectsAndText() public méthode

public PopulateWithObjectsAndText ( ) : void
Résultat void