C# 클래스 NzbSearcher.CheckComboBoxItem

This class wraps the list items in the combo box
파일 보기 프로젝트 열기: Heimiko/NzbSearcher

공개 메소드들

메소드 설명
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