C# Class Smrf.AppLib.CheckedListBoxPlus

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

Méthodes publiques

Méthode Description
CheckedListBoxPlus ( ) : System

Initializes a new instance of the CheckedListBoxPlus class.

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

Method Details

CheckedListBoxPlus() public méthode

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

PopulateWithObjectsAndText() public méthode

public PopulateWithObjectsAndText ( ) : void
Résultat void

SetAllItemsChecked() public méthode

public SetAllItemsChecked ( System.Boolean setChecked ) : void
setChecked System.Boolean
Résultat void