C# Class NzbSearcher.CheckComboBoxItem

This class wraps the list items in the combo box
Show file Open project: Heimiko/NzbSearcher

Public Methods

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

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)
return System

ToString() public method

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