C# 클래스 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.
상속: System.Windows.Forms.ListView.ListViewItemCollection
파일 보기 프로젝트 열기: TypecastException/GroupedListControl-Published

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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
리턴 void

AddRange() 공개 메소드

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
리턴 void

ListGroupItemCollection() 공개 메소드

public ListGroupItemCollection ( ListGroup Owner ) : System
Owner ListGroup
리턴 System

Remove() 공개 메소드

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
리턴 void

RemoveAt() 공개 메소드

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
리턴 void