#include "../forms_export.h"
#include "layout/arranged_element_collection.h"
#include "anchor_styles.h"
#include "auto_size_mode.h"
#include "bounds_specified.h"
#include "component.h"
#include "const_control_ref.h"
#include "context_menu.h"
#include "control_appearance.h"
#include "control_event_handler.h"
#include "control_ref.h"
#include "control_styles.h"
#include "create_params.h"
#include "cursors.h"
#include "dock_style.h"
#include "help_event_handler.h"
#include "image_layout.h"
#include "iwin32_window.h"
#include "key_event_handler.h"
#include "key_press_event_handler.h"
#include "message.h"
#include "mouse_event_handler.h"
#include "padding.h"
#include "paint_event_handler.h"
#include "right_to_left.h"
#include "timer.h"
#include "style_sheets/style_sheet.h"
#include "visual_styles/control_state.h"
#include <xtd/drawing/color>
#include <xtd/drawing/font>
#include <xtd/drawing/point>
#include <xtd/drawing/rectangle>
#include <xtd/drawing/size>
#include <xtd/any>
#include <xtd/async_result>
#include <xtd/optional>
#include <xtd/iclonable>
#include <xtd/iequatable>
#include <xtd/isynchronize_invoke>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>
Contains xtd::forms::control control.
Go to the source code of this file.
Classes | |
class | xtd::forms::control |
Defines the base class for controls, which are components with visual representation. More... | |
class | xtd::forms::control::control_collection |
Represents a collection of controls. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::forms |
The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |