C# Class Smrf.AppLib.CheckedListBoxPlus

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

Public Methods

Method Description
CheckedListBoxPlus ( ) : System

Initializes a new instance of the CheckedListBoxPlus class.

PopulateWithObjectsAndText ( ) : void
SetAllItemsChecked ( System.Boolean setChecked ) : void

Method Details

CheckedListBoxPlus() public method

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

PopulateWithObjectsAndText() public method

public PopulateWithObjectsAndText ( ) : void
return void

SetAllItemsChecked() public method

public SetAllItemsChecked ( System.Boolean setChecked ) : void
setChecked System.Boolean
return void