|
Function Summary |
void |
Add(string NewItem, optional Object, optional string) |
void |
Clear() |
string |
Get() |
void |
GetAtIndex(int i, out string, out object, out string) |
string |
GetExtra() |
string |
GetExtraAtIndex(int i) |
string |
GetItemAtIndex(int i) |
Object |
GetObject() |
Object |
GetObjectAtIndex(int i) |
void |
Insert(int Index, string NewItem, optional Object, optional string) |
void |
LoadFrom(GUIList Source, optional bool) |
void |
Remove(int i, optional int) |
void |
RemoveItem(string Item) |
void |
Replace(int index, string NewItem, optional Object, optional string) |
string |
SelectedText()
// Accessor function for the items.
|
void |
SetExtraAtIndex(int i, string NewExtra) |
void |
SetItemAtIndex(int i, string NewItem) |
void |
SortList()
// How is text Aligned in the control
|
string |
find(string Text, optional bool) |