C# Class NzbSearcher.CheckComboBoxItem

This class wraps the list items in the combo box
Afficher le fichier Open project: Heimiko/NzbSearcher

Méthodes publiques

Méthode Description
CheckComboBoxItem ( string text, bool initialCheckState ) : System

C'tor - creates a CheckComboBoxItem

ToString ( ) : string

This is used to keep the edit control portion of the combo box consistent

Method Details

CheckComboBoxItem() public méthode

C'tor - creates a CheckComboBoxItem
public CheckComboBoxItem ( string text, bool initialCheckState ) : System
text string Label of the check box in the drop down list
initialCheckState bool Initial value for the check box (true=checked)
Résultat System

ToString() public méthode

This is used to keep the edit control portion of the combo box consistent
public ToString ( ) : string
Résultat string