C# Class Netdev.Windows.Forms.ListBox.DisabledIndexCollection

Inheritance: IList, ICollection, IEnumerable
Mostra file Open project: nguyenq/VietOCR3.NET Class Usage Examples

Private Properties

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

Public Methods

Method Description
Add ( int index ) : void
Clear ( ) : void
Contains ( int selectedIndex ) : bool
CopyTo ( Array destination, int index ) : void
DisabledIndexCollection ( ListBox owner ) : System
GetEnumerator ( ) : IEnumerator
IndexOf ( int selectedIndex ) : int
Remove ( int index ) : void
this ( int index ) : int

Private Methods

Method Description
IList ( object selectedIndex ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

Method Details

Add() public method

public Add ( int index ) : void
index int
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( int selectedIndex ) : bool
selectedIndex int
return bool

CopyTo() public method

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

DisabledIndexCollection() public method

public DisabledIndexCollection ( ListBox owner ) : System
owner ListBox
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( int selectedIndex ) : int
selectedIndex int
return int

Remove() public method

public Remove ( int index ) : void
index int
return void

this() public method

public this ( int index ) : int
index int
return int