|
Functions |
bool | ListBox_CopyFrom () |
| Copy the actual selected control to be copied.
|
void | ListBox_UpdateRects () |
| Update the internal state of the control.
|
bool | ListBox_AddListItem (string text) |
| Add a list item.
|
bool | ListBox_AddListItem (string text, int backcolor) |
| Add a list item.
|
void | ListBox_DelListItem (int i) |
| Delete a list item.
|
void | ListBox_ClearListItems () |
| Clear the list items.
|
string | ListBox_GetListItemText (int i) |
| Get the text of a list item.
|
int | ListBox_GetListItemBackColor (int i) |
| Get the back color of a list item.
|
bool | ListBox_GetMultiSelect () |
| Get the multiselect status.
|
int | ListBox_GetSelectedItems () |
| Get a selected item.
|
int | ListBox_GetSelectedItemsSize () |
| Get the number of selected items.
|
int | ListBox_GetSelColor () |
| Get the selection color.
|
void | ListBox_GetVBar () |
| Push into the stack of controls the vertical scrollbar.
|
void | ListBox_SetListItem (int i, string text) |
| Set a list item.
|
void | ListBox_SetListItem (int i, string text, int backcolor) |
| Set a list item.
|
void | ListBox_SetMultiSelect (bool val) |
| Set the multiselect status.
|
void | ListBox_SetNoSelectedItems () |
| Set no selected items.
|
void | ListBox_SetSelColor (int val) |
| Set the selection color.
|
void | ListBox_SetText (string val) |
| Set the text.
|
void | ListBox_AddText (string val) |
| Add text.
|
void | ListBox_SetName (string val) |
| Set the name.
|
void | ListBox_SetBackStyle (string val) |
| Set the back style.
|
void | ListBox_SetBackStyle (int val) |
| Set the back style.
|
void | ListBox_SetBackColor (int val) |
| Set the back color.
|
void | ListBox_SetBackColor (int backcolor, int bcvsb) |
| Set the back color.
|
void | ListBox_SetAppearance (string themebox, string skinbox) |
| Set the appearance.
|
void | ListBox_SetAppearance (string themebox, string skinbox, string themevsb, string skinvsb, string themebut, string skinbut) |
| Set the appearance.
|
void | ListBox_SetAppearance (string theme, string skinbox, string skinvsb, string skinbut) |
| Set the appearance.
|