메소드 | 설명 | |
---|---|---|
DelegatingListBox ( ) : System |
Initializes a new instance of the DelegatingListBox class.
|
메소드 | 설명 | |
---|---|---|
ClearContainerForItemOverride ( |
Undoes the effects of the PrepareContainerForItemOverride method.
|
|
GetContainerForItemOverride ( ) : |
Creates or identifies the element that is used to display the given item.
|
|
IsItemItsOwnContainerOverride ( object item ) : bool |
Determines if the specified item is (or is eligible to be) its own container.
|
|
PrepareContainerForItemOverride ( |
Prepares the specified element to display the specified item.
|
protected ClearContainerForItemOverride ( |
||
element | The container element. | |
item | object | The item to display. |
리턴 | void |
protected GetContainerForItemOverride ( ) : |
||
리턴 |
protected IsItemItsOwnContainerOverride ( object item ) : bool | ||
item | object | The item to check. |
리턴 | bool |
protected PrepareContainerForItemOverride ( |
||
element | The element used to display the specified item. | |
item | object | The item to display. |
리턴 | void |