C# Класс NzbSearcher.CheckComboBoxItem

This class wraps the list items in the combo box
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CheckComboBoxItem() публичный Метод

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)
Результат System

ToString() публичный Метод

This is used to keep the edit control portion of the combo box consistent
public ToString ( ) : string
Результат string