C# Class Smrf.AppLib.ListBoxPlus

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

Public Methods

Method Description
ListBoxPlus ( ) : System

Initializes a new instance of the ListBoxPlus class.

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

Method Details

ListBoxPlus() public method

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