87 list_control& selected_index(
size_t selected_index) override;
99 const
item& selected_item() const noexcept;
126 virtual
bool sorted() const noexcept;
131 virtual
list_box& sorted(
bool sorted);
172 bool allow_selection() const noexcept override;
174 drawing::color default_back_color() const noexcept override;
175 drawing::color default_fore_color() const noexcept override;
181 void on_handle_created(const
event_args&
e) override;
182 void on_selected_value_changed(const
event_args&
e) override;
187 void on_items_item_added(
size_t pos, const
item&
item);
188 void on_items_item_removed(
size_t pos, const item& item);
189 void on_items_item_updated(
size_t pos, const item& item);
191 void wm_mouse_double_click(message& message);
192 void wm_mouse_down(message& message);
193 void wm_mouse_up(message& message);
195 std::shared_ptr<data> data_;
Contains xtd::forms::selection_mode enum class.
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
Contains xtd::forms::layout::arranged_element_collection collection.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Contains xtd::forms::border_sides enum class.
Contains xtd::forms::list_control control.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
Contains xtd::forms::border_style enum class.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195