Function Summary |
void |
AddItem(string S, optional string, optional int) |
void |
BeforePaint(Canvas C, float X, float Y) |
void |
Clear() |
void |
ClearValue() |
void |
Close(optional bool) |
void |
CloseUp() |
void |
Created() |
void |
DropDown() |
int |
FindItemIndex(string V, optional bool) |
int |
FindItemIndex2(string V2, optional bool) |
void |
FocusOtherWindow(UWindowWindow W) |
int |
GetSelectedIndex() |
string |
GetValue() |
string |
GetValue2() |
void |
InsertItem(string S, optional string, optional int) |
void |
Notify(byte E) |
void |
Paint(Canvas C, float X, float Y) |
void |
RemoveItem(int Index) |
void |
SetButtons(bool bInButtons) |
void |
SetEditTextColor(Color NewColor) |
void |
SetEditable(bool bNewCanEdit) |
void |
SetFont(int NewFont) |
void |
SetMaxLength(int MaxLength) |
void |
SetNumericFloat(bool bNumericFloat) |
void |
SetNumericOnly(bool bNumericOnly) |
void |
SetSelectedIndex(int Index) |
void |
SetValue(string NewValue, optional string) |
void |
Sort() |