public | ListBox(ListBoxCreateParams& createParams) |
public | ListBox(ListBoxStyle listBoxStyle, const Color& backgroundColor, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public | ListBox(const Point& location, const Size& size, Dock dock, Anchors anchors) |
public void | AddItem(const String<char>& item) |
public void | DeleteItem(int itemIndex) |
public String<char> | GetItem(int index) |
public int | GetItemCount() const |
public int | GetSelectedIndex() const |
public int | GetTopIndex() const |
public void | InsertItem(int index, const String<char>& item) |
protected override void | OnCreated() |
protected virtual void | OnSelectedIndexChanged() |
public nothrow Event<SelectedIndexChangedEventHandler, EmptyEventArgs>& | SelectedIndexChangedEvent() const |
internal void | SelectedIndexChangedInternal() |
public void | SetItem(int index, const String<char>& item) |
public void | SetSelectedIndex(int selectedIndex) |
public void | SetTopIndex(int topIndex) |
private Event<SelectedIndexChangedEventHandler, EmptyEventArgs> | selectedIndexChangedEvent |