79 static const size_t npos = std::numeric_limits<size_t>::max();
104 size_t get_child_index(intptr_t page) {
105 for (
size_t index = 0;index < controls().size(); ++index)
106 if (controls()[index].get().handle() == page)
return index;
111 size_t selected_index_ = npos;
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:25
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Represents an event.
Definition event.h:21
Represents a single tab page in a tab_control.
Definition tab_page.h:23
Contains xtd::forms::control control.
event< tab_control, event_handler > selected_index_changed
Occurs when the selected_index property has changed.
Definition tab_control.h:76
#define forms_export_
Define shared library export.
Definition forms_export.h:13
Contains xtd::forms::image_list component.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::forms::tab_alignment enum class.