|
Functions |
bool | ComboBox_CopyFrom () |
| Copy the actual selected control to be copied.
|
bool | ComboBox_IsCursorOver () |
| Is the mouse cursor over the control.
|
void | ComboBox_UpdateRects () |
| Update the internal state of the control.
|
bool | ComboBox_AddListItem (string text) |
| Add a list item.
|
bool | ComboBox_AddListItem (string text, int backcolor) |
| Add a list item.
|
void | ComboBox_DelListItem (int i) |
| Delete a list item.
|
void | ComboBox_ClearListItems () |
| Clear the list items.
|
string | ComboBox_GetListItemText (int i) |
| Get the text of a list item.
|
int | ComboBox_GetListItemBackColor (int i) |
| Get the back color of a list item.
|
int | ComboBox_GetSelectedItems (int i) |
| Get a selected item.
|
int | ComboBox_GetSelectedItemsSize () |
| Get the number of selected items.
|
int | ComboBox_GetSelColor () |
| Get the selection color.
|
int | ComboBox_GetListHeight () |
| Get the list height.
|
int | ComboBox_GetSelBackColor () |
| Get the selected back color.
|
void | ComboBox_GetList () |
| Push into the stack of controls the listbox.
|
void | ComboBox_GetOpenList () |
| Push into the stack of controls the open button.
|
void | ComboBox_SetListItem (int i, string text) |
| Set a list item.
|
void | ComboBox_SetListItem (int i, string text, int backcolor) |
| Set a list item.
|
void | ComboBox_SetNoSelectedItems () |
| Set no selected items.
|
void | ComboBox_SetSelColor (int val) |
| Set the selection color.
|
void | ComboBox_SetListHeight (int val) |
| Set the list height.
|
void | ComboBox_SetSelBackColor (int val) |
| Set the selected back color.
|
void | ComboBox_SetFont (string val) |
| Set the font.
|
void | ComboBox_SetName (string val) |
| Set the name.
|
void | ComboBox_SetBackStyle (string val) |
| Set the back style.
|
void | ComboBox_SetBackStyle (int val) |
| Set the back style.
|
void | ComboBox_SetBackColor (int val) |
| Set the back color.
|
void | ComboBox_SetBackColor (int backcolor, int bcvsb) |
| Set the back color.
|
void | ComboBox_SetAppearance (string themebox, string skinbox) |
| Set the appearance.
|
void | ComboBox_SetAppearance (string themebox, string skinbox, string themevsb, string skinvsb, string themebut, string skinbut) |
| Set the appearance.
|
void | ComboBox_SetAppearance (string theme, string skinbox, string skinvsb, string skinbut) |
| Set the appearance.
|