当前位置:网站首页>C application interface development foundation - form control (4) - selection control
C application interface development foundation - form control (4) - selection control
2022-07-03 01:27:00 【DXB2021】
Select class control
The selection class control has a drop-down combo box (ComboBox) Control 、 Check box (CheckBox) Control 、 Radio button (RadioButton) Control 、 Value selection (NumreicUpDown) Controls and lists (ListBox) Control .
1、 Drop down combo box control
The drop-down combo box control is called the drop-down combo box control , By System.Windows.Forms.ComboBox Class provides the , The main function is to display a set of data to the user in the form of combo box , When the user clicks, the following pull box will be displayed to the user for the user to select one from .
1、 Create a drop box and add content
2、 Check all the text of the editable part in the drop-down combo box
2、 Check box control
Check box control , Allows the user to select and clear association options . Unlike radio buttons , Check boxes, whether in the same container or in different containers , Multiple choices are allowed .
Judge the check box
Realization CheckBox Control
3、 Radio button controls
Radio button controls , When paired with other radio buttons , Allows the user to select a single option from a set of options . in other words , When there are more than two radio buttons in the same container , Only one can be selected . But several groups of radio buttons not in the same container are not associated with each other , There can be more than one selected .
Use RadioButton Control completes a choice question .
4、 Numeric selection control
Numerical selection control is also called numerical selection control , Is a control for displaying and entering values , Control provides a pair of up and down arrows , The main function is to increase or decrease a number by a certain value . It mainly has four common attributes :
(1)Increment Property indicates the amount of increase or decrease each time the button is clicked .
(2)Maximum Attribute represents the maximum value .
(3)Minumum Attribute represents the minimum value .
(4)Value Property represents the current value .
5、 List control
List control is also called list box , It displays a list of items for the user to select . In the list box , Users can choose one at a time , You can also choose multiple .
1、 stay ListBox Control
2、 Select multiple items in the list box
边栏推荐
- 异步、邮件、定时三大任务
- Meibeer company is called "Manhattan Project", and its product name is related to the atomic bomb, which has caused dissatisfaction among Japanese netizens
- 按键精灵打怪学习-自动回城路线的判断
- MySQL - database query - condition query
- uniapp组件-uni-notice-bar通告栏
- Androd gradle's substitution of its use module dependency
- The difference between tail -f, tail -f and tail
- The R language uses the ctree function in the party package to build conditional inference decision trees, uses the plot function to visualize the trained conditional inference decision tree, and the
- [Arduino experiment 17 L298N motor drive module]
- Tp6 fast installation uses mongodb to add, delete, modify and check
猜你喜欢

Trois tâches principales: asynchrone, courrier et timing
![[Arduino experiment 17 L298N motor drive module]](/img/e2/4511eaa942e4a64c8ca2ee70162785.jpg)
[Arduino experiment 17 L298N motor drive module]
![[flutter] icons component (fluttericon Download Icon | customize SVG icon to generate TTF font file | use the downloaded TTF icon file)](/img/ca/1d2473ae51c59b84864352eb17de94.jpg)
[flutter] icons component (fluttericon Download Icon | customize SVG icon to generate TTF font file | use the downloaded TTF icon file)

异步、邮件、定时三大任务

MySQL基础用法02

MySQL --- 数据库查询 - 基本查询

Using tensorboard to visualize the model, data and training process
![leetcode:701. Insertion in binary search tree [BST insertion]](/img/bc/1dda73198488eb81b49be2c1dff6c2.png)
leetcode:701. Insertion in binary search tree [BST insertion]

C#应用程序界面开发基础——窗体控制(3)——文件类控件

1696C. Fishingprince Plays With Array【思维题 + 中间状态 + 优化存储】
随机推荐
Androd Gradle 对其使用模块依赖的替换
[shutter] animation animation (the core class of shutter animation | animation | curvedanimation | animationcontroller | tween)
C#应用程序界面开发基础——窗体控制(3)——文件类控件
Telephone network problems
Kivy教程大全之如何在 Kivy 中创建下拉列表
How is the mask effect achieved in the LPL ban/pick selection stage?
MySQL - database query - condition query
Meituan dynamic thread pool practice ideas, open source
[androd] module dependency replacement of gradle's usage skills
Every k nodes in the linked list are flipped
leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]
Correctly distinguish the similarities and differences among API, rest API, restful API and web service
[自我管理]时间、精力与习惯管理
MySQL basic usage 02
Cut point of undirected graph
Top ten regular spot trading platforms 2022
数学知识:能被整除的数—容斥原理
一位苦逼程序员的找工作经历
Niu Ke swipes questions and clocks in
关于Fibonacci数列