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

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: nguyenq/VietOCR3.NET Class Usage Examples

Private Properties

Свойство Type Description
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( int index ) : void
index int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( int selectedIndex ) : bool
selectedIndex int
Résultat bool

CopyTo() public méthode

public CopyTo ( Array destination, int index ) : void
destination System.Array
index int
Résultat void

DisabledIndexCollection() public méthode

public DisabledIndexCollection ( ListBox owner ) : System
owner ListBox
Résultat System

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( int selectedIndex ) : int
selectedIndex int
Résultat int

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : int
index int
Résultat int