92 [[nodiscard]] static auto create() ->
tab_page;
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
auto text(const xtd::string &text) -> xtd::forms::control &override
Sets the text associated with this control.
virtual auto image_index() const noexcept -> xtd::usize
Gets the image list index value of the image displayed on the tab_page control.
auto create_params() const noexcept -> xtd::forms::create_params override
Gets the required creation parameters when the control handle is created.
auto destroy_handle() -> void override
A factory to create an xtd::forms::tab_page.
auto auto_scroll(bool value) -> xtd::forms::scrollable_control &override
Sets a value indicating whether the container enables the user to scroll to any controls placed outsi...
tab_page()
Initializes a new instance of the tab_page class.
auto parent(const xtd::forms::control &parent) -> xtd::forms::control &override
Sets the parent container of the control.
auto on_handle_created(const event_args &e) -> void override
Raises the xtd::forms::control::handle_created event.
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
std::nullptr_t null_ptr
Represents the null_opt alias on std::nullptr_t.
Definition null_ptr.hpp:19
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
Contains xtd::forms::image_list component.
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:197
Contains xtd::forms::panel container.