50 bool dropped_down()
const noexcept;
81 list_control& selected_index(
size_t selected_index)
override;
85 const item& selected_item()
const noexcept;
94 virtual bool sorted()
const noexcept;
169 virtual
void on_drop_down_closed(const
event_args& e);
175 virtual
void on_drop_down_style_changed(const
event_args& e);
177 void on_handle_created(const
event_args& e) override;
178 void on_selected_value_changed(const
event_args& e) override;
184 void wm_command_control_selchange(message& message);
185 void wm_mouse_double_click(message& message);
186 void wm_mouse_down(message& message);
187 void wm_mouse_up(message& message);
189 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
Represents an event.
Definition: event.h:21
Contains xtd::forms::list_control control.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
Contains xtd::forms::combo_box_style enum class.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195