C# Class System.Windows.Forms.CheckedListBox.ObjectCollection

Inheritance: ListBox.ObjectCollection
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
Add ( object item, CheckState check ) : int
Add ( object item, bool isChecked ) : int
ObjectCollection ( CheckedListBox owner ) : System

Method Details

Add() public method

public Add ( object item, CheckState check ) : int
item object
check CheckState
return int

Add() public method

public Add ( object item, bool isChecked ) : int
item object
isChecked bool
return int

ObjectCollection() public method

public ObjectCollection ( CheckedListBox owner ) : System
owner CheckedListBox
return System