C# Class Smrf.AppLib.ComboBoxPlus

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

Public Methods

Method 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 method

Initializes a new instance of the ComboBoxPlus class.
public ComboBoxPlus ( ) : System
return System

PopulateWithEnumValues() public method

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

PopulateWithObjectsAndText() public method

public PopulateWithObjectsAndText ( ) : void
return void

SetTextIfEmpty() public method

public SetTextIfEmpty ( String newText ) : void
newText String
return void