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

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

Private Properties

Property Type Description
CheckedIndexCollection System
IList bool
IList int
IList void
IList void
IList void
IList void
Refresh void
this int
this objectIList.System

Public Methods

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

Private Methods

Method Description
CheckedIndexCollection ( CheckedListBox owner ) : System
IList ( object index ) : bool
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 ) : int
this ( int index ) : objectIList.System

Method Details

Contains() public method

public Contains ( int index ) : bool
index int
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 ( int index ) : int
index int
return int