AddItem | Adds an item to the combo box control |
Clear | Removes all items from the control |
ContainsItem | Overloaded. Determines whether this control contains an item |
ContainsPoint (inherited from Control) | Does the control contain this point |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetItemData | Gets the data for an item |
GetSelectedData | Gets the data for the selected item |
GetSelectedItem | Gets the selected item |
GetTextCopy (inherited from StaticText) | Return a copy of the string |
GetType (inherited from Object) |
Gets the Type of the current instance.
|
HandleKeyboard | Called when the control needs to handle the keyboard |
HandleMouse | Called when the control should handle the mouse |
MsgProc (inherited from Control) | Message Handler |
OnFocusIn (inherited from Control) | Called when control gets focus |
OnFocusOut | Called when focus leaves the control |
OnHotKey | Called when the control's hotkey is pressed |
OnInitialize | Initialize the scrollbar control here |
OnMouseEnter (inherited from Control) | Called when mouse goes over the control |
OnMouseExit (inherited from Control) | Called when mouse leaves the control |
Refresh (inherited from Control) | Refreshes the control |
RemoveAt | Removes an item at a particular index |
Render | Called when the control should be rendered |
SetDropHeight | Sets the drop height of this control |
SetLocation (inherited from Control) | Called to set control's location |
SetScrollbarWidth | Sets the scroll bar width of this control |
SetSelected | Overloaded. Sets the selected item by index |
SetSelectedByData | Sets the selected item by data |
SetSize (inherited from Control) | Called to set control's size |
SetText (inherited from StaticText) | Sets the updated text for this control |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|