C# 클래스 GroupedListControl.ListGroup.ListGroupColumnCollection

Inner class defined for ListGroup to contain ColumnHeaders. Derived from ListView.ColumnHeaderCollection and modified to source events indicating column addition and removal.
상속: System.Windows.Forms.ListView.ColumnHeaderCollection
파일 보기 프로젝트 열기: TypecastException/GroupedListControl-Published

공개 메소드들

메소드 설명
Add ( string text ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string text, int width ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string text, int width, HorizontalAlignment textAlign ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string key, string text ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string key, string text, int width ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string key, string text, int width, HorizontalAlignment textAlign, int imageIndex ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( string key, string text, int width, HorizontalAlignment textAlign, string imageKey ) : ColumnHeader

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

Add ( ColumnHeader value ) : int

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.

AddRange ( ColumnHeader values ) : void

Adds a range of columns to the current collection and raises the OnColumnAdded Event on the parent control.

Clear ( ) : void
ListGroupColumnCollection ( ListGroup Owner ) : System
Remove ( ColumnHeader column ) : void

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.

RemoveAt ( int index ) : void

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.

RemoveByKey ( string key ) : void

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.

메소드 상세

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string text ) : ColumnHeader
text string
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string text, int width ) : ColumnHeader
text string
width int
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string text, int width, HorizontalAlignment textAlign ) : ColumnHeader
text string
width int
textAlign HorizontalAlignment
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string key, string text ) : ColumnHeader
key string
text string
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string key, string text, int width ) : ColumnHeader
key string
text string
width int
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string key, string text, int width, HorizontalAlignment textAlign, int imageIndex ) : ColumnHeader
key string
text string
width int
textAlign HorizontalAlignment
imageIndex int
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( string key, string text, int width, HorizontalAlignment textAlign, string imageKey ) : ColumnHeader
key string
text string
width int
textAlign HorizontalAlignment
imageKey string
리턴 System.Windows.Forms.ColumnHeader

Add() 공개 메소드

Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
public Add ( ColumnHeader value ) : int
value System.Windows.Forms.ColumnHeader
리턴 int

AddRange() 공개 메소드

Adds a range of columns to the current collection and raises the OnColumnAdded Event on the parent control.
public AddRange ( ColumnHeader values ) : void
values System.Windows.Forms.ColumnHeader
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ListGroupColumnCollection() 공개 메소드

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

Remove() 공개 메소드

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.
public Remove ( ColumnHeader column ) : void
column System.Windows.Forms.ColumnHeader
리턴 void

RemoveAt() 공개 메소드

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.
public RemoveAt ( int index ) : void
index int
리턴 void

RemoveByKey() 공개 메소드

Removes a column from the current collection and raises the OnColumnRemoved Event on the parent control.
public RemoveByKey ( string key ) : void
key string
리턴 void