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

Inheritance: IList, ICollection, IEnumerable
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CheckedItemCollection System
IList int
IList void
IList void
IList void
IList void
Refresh void
this object

Public Methods

Method Description
Contains ( object item ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object item ) : int

Private Methods

Method Description
CheckedItemCollection ( CheckedListBox owner ) : System
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
Refresh ( ) : void
this ( int index ) : object

Method Details

Contains() public method

public Contains ( object item ) : bool
item object
return bool

CopyTo() public method

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( object item ) : int
item object
return int