C# Class GroupedListControl.ListGroup.ListGroupItemCollection

Inner class defined for ListGroup to contain List items. Derived from ListViewItemCollection and modified to source events indicating item addition and removal.
Inheritance: System.Windows.Forms.ListView.ListViewItemCollection
Afficher le fichier Open project: TypecastException/GroupedListControl-Published

Méthodes publiques

Méthode Description
Add ( string text ) : System.Windows.Forms.ListViewItem

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

Add ( string text, int imageIndex ) : System.Windows.Forms.ListViewItem

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

Add ( string text, string imageKey ) : System.Windows.Forms.ListViewItem

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

Add ( string key, string text, int imageIndex ) : System.Windows.Forms.ListViewItem

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

Add ( string key, string text, string imageKey ) : System.Windows.Forms.ListViewItem

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

Add ( System.Windows.Forms.ListViewItem Item ) : void

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

AddRange ( System.Windows.Forms.ListViewItem Item ) : void

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.

ListGroupItemCollection ( ListGroup Owner ) : System
Remove ( System.Windows.Forms.ListViewItem Item ) : void

New implementation of Remove method hides Remove method defined on base class and causes an event to be sourced informing the parent about item Removals.

RemoveAt ( int index ) : void

New implementation of Remove method hides Remove method defined on base class and causes an event to be sourced informing the parent about item Removals.

Method Details

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( string text ) : System.Windows.Forms.ListViewItem
text string
Résultat System.Windows.Forms.ListViewItem

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( string text, int imageIndex ) : System.Windows.Forms.ListViewItem
text string
imageIndex int
Résultat System.Windows.Forms.ListViewItem

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( string text, string imageKey ) : System.Windows.Forms.ListViewItem
text string
imageKey string
Résultat System.Windows.Forms.ListViewItem

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( string key, string text, int imageIndex ) : System.Windows.Forms.ListViewItem
key string
text string
imageIndex int
Résultat System.Windows.Forms.ListViewItem

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( string key, string text, string imageKey ) : System.Windows.Forms.ListViewItem
key string
text string
imageKey string
Résultat System.Windows.Forms.ListViewItem

Add() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public Add ( System.Windows.Forms.ListViewItem Item ) : void
Item System.Windows.Forms.ListViewItem
Résultat void

AddRange() public méthode

New implementation of Add method hides Add method defined on base class and causes an event to be sourced informing the parent about item additions.
public AddRange ( System.Windows.Forms.ListViewItem Item ) : void
Item System.Windows.Forms.ListViewItem
Résultat void

ListGroupItemCollection() public méthode

public ListGroupItemCollection ( ListGroup Owner ) : System
Owner ListGroup
Résultat System

Remove() public méthode

New implementation of Remove method hides Remove method defined on base class and causes an event to be sourced informing the parent about item Removals.
public Remove ( System.Windows.Forms.ListViewItem Item ) : void
Item System.Windows.Forms.ListViewItem
Résultat void

RemoveAt() public méthode

New implementation of Remove method hides Remove method defined on base class and causes an event to be sourced informing the parent about item Removals.
public RemoveAt ( int index ) : void
index int
Résultat void