C# Class Smrf.AppLib.ComboBoxPlus

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

Méthodes publiques

Méthode Description
ComboBoxPlus ( ) : System

Initializes a new instance of the ComboBoxPlus class.

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

Method Details

ComboBoxPlus() public méthode

Initializes a new instance of the ComboBoxPlus class.
public ComboBoxPlus ( ) : 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

SetTextIfEmpty() public méthode

public SetTextIfEmpty ( String newText ) : void
newText String
Résultat void