C# 클래스 System.Windows.Forms.CheckedListBox.ObjectCollection

상속: ListBox.ObjectCollection
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Add ( object item, CheckState check ) : int
Add ( object item, bool isChecked ) : int
ObjectCollection ( CheckedListBox owner ) : System

메소드 상세

Add() 공개 메소드

public Add ( object item, CheckState check ) : int
item object
check CheckState
리턴 int

Add() 공개 메소드

public Add ( object item, bool isChecked ) : int
item object
isChecked bool
리턴 int

ObjectCollection() 공개 메소드

public ObjectCollection ( CheckedListBox owner ) : System
owner CheckedListBox
리턴 System