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

Inheritance: ListBox.ObjectCollection
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( object item, CheckState check ) : int
item object
check CheckState
Résultat int

Add() public méthode

public Add ( object item, bool isChecked ) : int
item object
isChecked bool
Résultat int

ObjectCollection() public méthode

public ObjectCollection ( CheckedListBox owner ) : System
owner CheckedListBox
Résultat System