Provides supporting methods for ListBox.
| C# | Visual Basic |
public static class ListBoxHelper
Public NotInheritable Class ListBoxHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| FindString(ListBox, String) |
Finds the first item in the ListBox that starts with the specified string.
| |
| FindString(ListBox, String, Int32) |
Finds the first item in the ListBox that starts with the specified string.
| |
| FindStringExact(ListBox, String) |
Finds the first item in the ListBox that matches the specified string.
| |
| FindStringExact(ListBox, String, Int32) |
Finds the first item in the ListBox after the specified index that matches the specified string.
|
| Object | |
| ListBoxHelper | |