The methods of the ComboBox class are listed below. For a complete list of ComboBox class members, see the ComboBox Members topic.
![]() | Adds an item to the combo box control |
![]() | Removes all items from the control |
![]() | Overloaded. Determines whether this control contains an item |
![]() | Does the control contain this point |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the data for an item |
![]() | Gets the data for the selected item |
![]() | Gets the selected item |
![]() | Return a copy of the string |
![]() | Gets the Type of the current instance. |
![]() | Called when the control needs to handle the keyboard |
![]() | Called when the control should handle the mouse |
![]() | Message Handler |
![]() | Called when control gets focus |
![]() | Called when focus leaves the control |
![]() | Called when the control's hotkey is pressed |
![]() | Initialize the scrollbar control here |
![]() | Called when mouse goes over the control |
![]() | Called when mouse leaves the control |
![]() | Refreshes the control |
![]() | Removes an item at a particular index |
![]() | Called when the control should be rendered |
![]() | Sets the drop height of this control |
![]() | Called to set control's location |
![]() | Sets the scroll bar width of this control |
![]() | Overloaded. Sets the selected item by index |
![]() | Sets the selected item by data |
![]() | Called to set control's size |
![]() | Sets the updated text for this control |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. Finds an item in the list and returns the index |
![]() | Creates a shallow copy of the current Object. |
![]() | Create new button instance |
![]() | Create new button instance |
![]() | Update the rectangles for the combo box control |
ComboBox Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace