프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MinWidth | int |
메소드 | 설명 | |
---|---|---|
CustomListColumn ( ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title, |
Initializes a new instance of the T:CustomListColumn class.
|
|
CustomListColumn ( string title, System property ) : System |
Initializes a new instance of the T:CustomListColumn class.
|
|
Equals ( object other ) : bool |
Equality test. Based on GetHashCode() between objects of this type
|
|
FireClick ( |
Raises the OnClick event for the specified row
|
|
FireKeyPress ( |
Raises the KeyPress event for the specified row
|
|
GetHashCode ( ) : int |
Gets the hash code of the title of this column
|
|
ResizeTitle ( System font ) : void |
Resizes the title width based on the size of the input font
|
public CustomListColumn ( string title ) : System | ||
title | string | Column title |
리턴 | System |
public CustomListColumn ( string title, |
||
title | string | Column title |
property | ObjProperty that will reflect on the objects contained in the list | |
리턴 | System |
public CustomListColumn ( string title, System property ) : System | ||
title | string | Column title |
property | System | PropertyInfo that will reflect on the objects contained in the list |
리턴 | System |
public FireClick ( |
||
row | Row to raise event with | |
리턴 | void |
public FireKeyPress ( |
||
row | Row to raise event with | |
e | Args | |
리턴 | void |