[]
Creates one ListBoxBuilder<T> instance to configurate component.
public ListBoxBuilder(ListBox<T> component)
Public Sub New(component As ListBox(Of T))
| Type | Name | Description |
|---|---|---|
| ListBox<T> | component | The ListBox<T> object to be configurated. |