63 list_control& selected_index(
size_t selected_index)
override;
67 const item& selected_item()
const noexcept;
70 choice& selected_item(
const item& selected_item);
75 virtual bool sorted()
const noexcept;
79 virtual choice& sorted(
bool sorted);
126 void on_handle_created(
const event_args&
e)
override;
127 void on_selected_value_changed(
const event_args& e)
override;
129 void set_client_size_core(
int32 width,
int32 height)
override;
134 void on_items_item_added(
size_t pos,
const item&
item);
135 void on_items_item_removed(
size_t pos,
const item& item);
136 void on_items_item_updated(
size_t pos,
const item& item);
137 void wm_command_control(message& message);
138 void wm_mouse_double_click(message& message);
139 void wm_mouse_down(message& message);
140 void wm_mouse_up(message& message);
142 std::shared_ptr<data> data_;
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::list_control control.
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
size_t size
Represents a size of any object in bytes.
Definition: types.h:195