| 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 Result<bool> | AddItem(const String<char>& item) |
| public void | DeleteItem(int itemIndex) |
| public Result<String<char>> | GetItem(int index) |
| public int | GetItemCount() const |
| public int | GetSelectedIndex() const |
| public int | GetTopIndex() const |
| public Result<bool> | InsertItem(int index, const String<char>& item) |
| protected override Result<bool> | OnCreated() |
| protected virtual Result<bool> | OnSelectedIndexChanged(SelectedIndexChangedEventArgs& args) |
| public Event<SelectedIndexChangedEventHandler, SelectedIndexChangedEventArgs>& | SelectedIndexChangedEvent() const |
| internal Result<bool> | SelectedIndexChangedInternal() |
| public Result<bool> | SetItem(int index, const String<char>& item) |
| public void | SetSelectedIndex(int selectedIndex) |
| public void | SetTopIndex(int topIndex) |
| private Event<SelectedIndexChangedEventHandler, SelectedIndexChangedEventArgs> | selectedIndexChangedEvent |