Provides supporting methods for ComboBox.
| C# | Visual Basic |
public static class ComboBoxHelper
Public NotInheritable Class ComboBoxHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| FindString(ComboBox, String) |
Finds the first item in the ComboBox that starts with the specified string.
| |
| FindString(ComboBox, String, Int32) |
Finds the first item in the ComboBox that starts with the specified string.
| |
| FindStringExact(ComboBox, String) |
Finds the first item in the ComboBox that matches the specified string.
| |
| FindStringExact(ComboBox, String, Int32) |
Finds the first item in the ComboBox after the specified index that matches the specified string.
| |
| GetCaption(ComboBox) |
Gets the caption of the associated full-screen picker (Standard Edition/Smartphone only)
| |
| SetCaption(ComboBox, String) |
Sets the caption of the associated full-screen picker (Standard Edition/Smartphone only)
|
| Object | |
| ComboBoxHelper | |