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
显示文件 Open project: TypecastException/GroupedListControl-Published

Public Methods

Method 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 method

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
return System.Windows.Forms.ListViewItem

Add() public method

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
return System.Windows.Forms.ListViewItem

Add() public method

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
return System.Windows.Forms.ListViewItem

Add() public method

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
return System.Windows.Forms.ListViewItem

Add() public method

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
return System.Windows.Forms.ListViewItem

Add() public method

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
return void

AddRange() public method

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
return void

ListGroupItemCollection() public method

public ListGroupItemCollection ( ListGroup Owner ) : System
Owner ListGroup
return System

Remove() public method

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
return void

RemoveAt() public method

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
return void