listitem
|
Delete() | Used to delete this item |
|
TestGetNumericProperty(sName$) | Get numeric property |
|
TestGetObjectProperty(sName$) | Get object property |
|
TestGetStringProperty$(sName$) | Get string property |
|
TestSetNumericProperty(sName$, iValue) | Set a property during form tests |
|
TestSetObjectProperty(sName$, objValue) | Set a property during form tests |
|
TestSetStringProperty(sName$, sValue$) | Set a property during form tests |
|
ClassId | Control type |
|
Context$ | Context of item, provided by the application |
|
Index | Index value of this listbox item |
|
ListObject | Get list parent object |
|
Next | Get next item object |
|
Prev | Get prev item object |
|
Selected | Select this listbox item |
|
SelectedNext | Get next selected item object |
|
Sym | Returns a pointer value to the control |
|
Tag$ | Tag of a list item |
|
TagPtr | Handle field available to programmers |
|
Text$ | Get text of a list item |