Controls examples
February 6, 2024 ยท View on GitHub
This folder contains common controls examples.
- animation represents a xtd::forms::animation control.
- bitmap_button demonstrates the use of xtd::forms::button control with xtd::drawing::image.
- button represents a Windows xtd::forms::button control.
- buttons shows how to use buttons factory with xtd::forms::buttons control.
- check_box represents a Windows xtd::forms::check_box control.
- check_boxes shows how to use check boxes factory with xtd::forms::check_boxes factory.
- checked_list_box represents a Windows control to display a list of check box.
- choice represents a xtd::forms::choice control.
- color_picker represents a Windows control that allows the user to select and display a color.
- combo_box represents a Windows xtd::forms::combo_box control.
- command_link_button represents a Windows xtd::forms::command_link_button control.
- control defines the base class for controls, which are components with visual representation.
- date_time_picker represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format.
- domain_up_down represents a Windows spin box (also known as an up-down control) that displays string values.
- dot_matrix_display represents a xtd::forms::fourteen_segment_display control.
- font_picker represents a Windows control that allows the user to select and display a font.
- fourteen_segment_display represents a xtd::forms::fourteen_segment_display control.
- h_scroll_bar represents a standard Windows horizontal scroll bar.
- label represents a standard Windows xtd::forms::label.
- lcd_label represents a xtd::forms::lcd_label control.
- light_button represents a xtd::forms::light_button control.
- link_label represents a Windows label control that can display hyperlinks.
- list_box represents a Windows control to display a list of items.
- list_view represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.
- loading_indicator represents a Windows control to display a loading indicator animation.
- loading_indicators represents a Windows control to display a loading indicator animation.
- masked_text_box uses a mask to distinguish between proper and improper user input.
- month_calendar specifies values for navigating among accessible objects.
- notify_icon specifies a component that creates an icon in the notification area. This class cannot be inherited.
- nine_segment_display represents a xtd::forms::nine_segment_display control.
- numeric_up_down represents a Windows spin box (also known as an up-down control) that displays numeric values.
- picture_box represents a Windows picture box control for displaying an image.
- progress_bar represents a Windows xtd::forms::progress_bar control.
- radio_button enables the user to select a single option from a group of choices when paired with other xtd::forms::radio_button controls.
- radio_buttons shows how to use radio buttons factory with xtd::forms::radio_buttons factory.
- rich_text_box represents a Windows rich text box control.
- seven_segment_display represents a xtd::forms::seven_segment_display control.
- sixteen_segment_display represents a xtd::forms::sixteen_segment_display control.
- splitter represents a splitter control that enables the user to resize docked controls. Splitter has been replaced by SplitContainer and is provided only for compatibility with previous versions.
- switch_button represents a xtd::forms::switch_button control.
- text_box represents a Windows xtd::forms::text_box control.
- tool_tip Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
- toggle_button represents a xtd::forms::toggle_button control.
- toggle_buttons shows how to use toggle buttons factory with xtd::forms::toggle_buttons factory.
- track_bar represents a standard Windows xtd::forms::track_bar.
- tree_view displays a hierarchical collection of labeled items, each represented by a TreeNode.
- up_down_button represents a Windows spin button.
- user_control defines the base class for user controls.
- v_scroll_bar represents a standard Windows vertical scroll bar.
- web_browser enables the user to navigate Web pages inside your form.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name