메소드 | 설명 | |
---|---|---|
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 ( |
||
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.
|
public Add ( string text ) : System.Windows.Forms.ListViewItem | ||
text | string | |
리턴 | System.Windows.Forms.ListViewItem |
public Add ( string text, int imageIndex ) : System.Windows.Forms.ListViewItem | ||
text | string | |
imageIndex | int | |
리턴 | System.Windows.Forms.ListViewItem |
public Add ( string text, string imageKey ) : System.Windows.Forms.ListViewItem | ||
text | string | |
imageKey | string | |
리턴 | System.Windows.Forms.ListViewItem |
public Add ( string key, string text, int imageIndex ) : System.Windows.Forms.ListViewItem | ||
key | string | |
text | string | |
imageIndex | int | |
리턴 | System.Windows.Forms.ListViewItem |
public Add ( string key, string text, string imageKey ) : System.Windows.Forms.ListViewItem | ||
key | string | |
text | string | |
imageKey | string | |
리턴 | System.Windows.Forms.ListViewItem |
public Add ( System.Windows.Forms.ListViewItem Item ) : void | ||
Item | System.Windows.Forms.ListViewItem | |
리턴 | void |
public AddRange ( System.Windows.Forms.ListViewItem Item ) : void | ||
Item | System.Windows.Forms.ListViewItem | |
리턴 | void |
public ListGroupItemCollection ( |
||
Owner | ||
리턴 | System |
public Remove ( System.Windows.Forms.ListViewItem Item ) : void | ||
Item | System.Windows.Forms.ListViewItem | |
리턴 | void |