메소드 | 설명 | |
---|---|---|
Add ( string text ) : |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
Add ( string text, int width ) : |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
Add ( string text, int width, HorizontalAlignment textAlign ) : |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
Add ( string key, string text ) : |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
Add ( string key, string text, int width ) : |
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 ) : |
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 ) : |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
Add ( |
Adds a column to the current collection and raises the OnColumnAddedEvent on the parent control.
|
|
AddRange ( |
Adds a range of columns to the current collection and raises the OnColumnAdded Event on the parent control.
|
|
Clear ( ) : void | ||
ListGroupColumnCollection ( |
||
Remove ( |
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.
|
public Add ( string text ) : |
||
text | string | |
리턴 |
public Add ( string text, int width ) : |
||
text | string | |
width | int | |
리턴 |
public Add ( string text, int width, HorizontalAlignment textAlign ) : |
||
text | string | |
width | int | |
textAlign | HorizontalAlignment | |
리턴 |
public Add ( string key, string text ) : |
||
key | string | |
text | string | |
리턴 |
public Add ( string key, string text, int width ) : |
||
key | string | |
text | string | |
width | int | |
리턴 |
public Add ( string key, string text, int width, HorizontalAlignment textAlign, int imageIndex ) : |
||
key | string | |
text | string | |
width | int | |
textAlign | HorizontalAlignment | |
imageIndex | int | |
리턴 |
public Add ( string key, string text, int width, HorizontalAlignment textAlign, string imageKey ) : |
||
key | string | |
text | string | |
width | int | |
textAlign | HorizontalAlignment | |
imageKey | string | |
리턴 |
public AddRange ( |
||
values | ||
리턴 | void |
public ListGroupColumnCollection ( |
||
Owner | ||
리턴 | System |
public Remove ( |
||
column | ||
리턴 | void |