61 int32_t image_index_ = -1;
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
Represents a single tab page in a tab_control.
Definition: tab_page.h:23
virtual int32_t image_index() const
Gets the image list index value of the image displayed on the tab_page control.
Definition: tab_page.h:39
forms::create_params create_params() const override
Gets the required creation parameters when the control handle is created.
control & text(const xtd::ustring &text) override
Sets the text associated with this control.
tab_page()
Initializes a new instance of the tab_page class.
virtual tab_page & image_index(int32_t value)
Sets the image list index value of the image displayed on the tab_page control.
scrollable_control & auto_scroll(bool auto_scroll) override
Sets a value indicating whether the container enables the user to scroll to any controls placed outsi...
void destroy_handle() override
Destroys the handle associated with the control.
void on_handle_created(const event_args &e) override
Raises the control::handle_created event.
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::forms::panel container.