Свойство | Тип | Описание | |
---|---|---|---|
GetScrollInfo | int | ||
SendMessage | int |
Метод | Описание | |
---|---|---|
DefaultDrawItem ( |
||
ItemSelected ( int index ) : bool |
Gets the selection state for an item.
|
|
ItemSelected ( int index, bool state ) : void |
Sets the selection state for an item.
|
|
VListBox ( ) : System |
Constructs a new instance of this class.
|
Метод | Описание | |
---|---|---|
OnDrawItem ( |
Called when an item in the control needs to be drawn, and raises the DrawItem event.
|
|
OnHandleDestroyed ( |
Called when the ListBox handle is destroyed.
|
|
WndProc ( System &msg ) : void |
Метод | Описание | |
---|---|---|
GetScrollInfo ( |
||
SendMessage ( |
public DefaultDrawItem ( |
||
e | ||
text | String | |
foreGround | ||
Результат | void |
public ItemSelected ( int index ) : bool | ||
index | int | Index of the item. |
Результат | bool |
public ItemSelected ( int index, bool state ) : void | ||
index | int | Index of the item. |
state | bool | New selection state for the item. |
Результат | void |
protected OnDrawItem ( |
||
e | Details about the item that is to be drawn. | |
Результат | void |
protected OnHandleDestroyed ( |
||
e | Not used | |
Результат | void |