C# 클래스 Smrf.AppLib.CheckedListBoxPlus

Represents a CheckedListBox with additional features.
상속: System.Windows.Forms.CheckedListBox
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
CheckedListBoxPlus ( ) : System

Initializes a new instance of the CheckedListBoxPlus class.

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

메소드 상세

CheckedListBoxPlus() 공개 메소드

Initializes a new instance of the CheckedListBoxPlus class.
public CheckedListBoxPlus ( ) : System
리턴 System

PopulateWithObjectsAndText() 공개 메소드

public PopulateWithObjectsAndText ( ) : void
리턴 void

SetAllItemsChecked() 공개 메소드

public SetAllItemsChecked ( System.Boolean setChecked ) : void
setChecked System.Boolean
리턴 void