The Interaction component group encompasses elements that facilitate user interaction and input. These include buttons, checkboxes, and combo boxes, which actively respond to user clicks and selections. TextBoxes, NumericTextBoxes, and MaskedTextBoxes are designed for data input and editing. For user navigation and selection, ListBox and RadioButton components are integral. Additionally, TextBlocks are employed to display information or instructions. This section provides reference links for User Controls, enhancing user interaction on displays. Check below the components available in this category:
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Button
Activates functions or commands when clicked by users. It serves as an interactive element for submitting forms, opening dialogs, or triggering actions. Click Button Control to learn more.
CheckBox
Allows users to make a selection from multiple options. Users can check or uncheck boxes to indicate their choices in forms or settings. Explore CheckBox Control for further details.
ComboBox
Combines a text box with a drop-down list, enabling users to select an item or type their entry. It simplifies selection from a predefined list while allowing custom input. Discover more by visiting ComboBox Control.
ListBox
Displays a list of items from which users can select one or multiple options. It organizes options in a scrollable format for easy selection. Find out more at ListBox Control.
Masked TextBox
Restricts input format by using a mask, such as date formats or phone numbers. It ensures users enter data in a specific and consistent format. Check MaskedTextBox Control for additional information.
Numeric TextBox
Inputs numerical values only. It prevents the entry of non-numeric characters, streamlining data entry for numbers. See NumericTextBox Control for more details.
PushButton
Emulates a physical button, responding to clicks with an action or command. It visually mimics a button being pushed down in the interface. Read more at PushButton Control.
RadioButton
Enables selection of a single option from a group. When one radio button is selected, others in the group are deselected, ensuring a singular choice. Learn more at RadioButton Control.
Slider
Allows users to adjust a value within a range by sliding a handle along a track. It's used for setting values like volume, brightness, or scales. Visit Slider Control for further insights.
TextBlock
Displays read-only text on the interface. It's used to present information, labels, or instructions within applications. More details available at TextBlock Control.
TextBox
Enables users to input and edit text. It's a fundamental element for forms, data entry, and user input areas. Explore TextBox Control to understand more.
In this section:
Page Tree | ||||
---|---|---|---|---|
|