AddItem | Adds an item to the list box control |
Clear | Removes all items from the control |
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.
|
GetSelectedIndex | For single-selection listbox, returns the index of the selected item. For multi-selection, returns the first selected item after the previousSelected position. To search for the first selected item, the app passes -1 for previousSelected. For subsequent searches, the app passes the returned index back to GetSelectedIndex as. previousSelected. Returns -1 on error or if no item is selected. |
GetSelectedItem | Overloaded. Gets the selected item |
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 |
InsertItem | Inserts an item to the list box control |
MsgProc (inherited from Control) | Message Handler |
OnFocusIn (inherited from Control) | Called when control gets focus |
OnFocusOut (inherited from Control) | Called when control loses focus |
OnHotKey (inherited from Control) | Called when the control's hotkey is hit |
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 |
SelectItem | Selects this item |
SetBorder | Sets the border and margin sizes |
SetLocation (inherited from Control) | Called to set control's location |
SetScrollbarWidth | Sets the scroll bar width of this control |
SetSize (inherited from Control) | Called to set control's size |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|