1 btn Button
2 chk CheckBox
3 ckl CheckedListBox
4 cmb ComboBox
5 dtp DateTimePicker
6 lbl Label
7 llb LinkLabel
8 lst ListBox
9 lvw ListView
10 mtx MaskedTextBox
11 cdr MonthCalendar
12 icn NotifyIcon
13 nud NumeircUpDown
14 pic PictureBox
15 prg ProgressBar
16 rdo RadioButton
17 rtx RichTextBox
18 txt TextBox
19 tip ToolTip
20 tvw TreeView
21 wbs WebBrowser
容器控件
1 flp FlowLayoutPanel
2 grp GroupBox
3 pnl Panel
4 spl SplitContainer
5 tab TabControl
6 tlp TableLayoutPanel
菜单和工具栏
1 cms ContextMenuStrip
2 mns MenuStrip
3 ssr StatusStrip
4 tsr ToolStrip
5 tsc ToolStripContainer
数据
1 dts DataSet
2 dgv DataGridView
3 bds BindingSource
4 bdn BindingNavigator
5 rpv ReportViewer
对话框
1 cld ColorDialog
2 fbd FolderBrowserDialog
3 fnd FontDialog
4 ofd OpenFileDialog
5 sfd SaveFileDialog
组件
1 bgw BackgroundWorker
2 dre DirectoryEntry
3 drs DirectorySearcher
4 err ErrorProvider
5 evl EventLog
6 fsw FileSystemWatcher
7 hlp HelpProvider
8 img ImageList
9 msq MessageQueue
10 pfc PerformanceCounter
11 prc Process
12 spt SerialPort
13 scl ServiceController
14 tmr Timer
C# 控件的缩写
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
C#控件
C#控件一览表
职场 休闲 C#控件 -
汉字转拼音缩写的函数(C#)
获取汉字拼音的首字母8715取中文拼
首字母 html .net -
C# ImageList 控件
ImageList控件(存储图像控件)用于存储图像资源,然后在控件上显示出来,这样就简化了对
控件 加载 应用程序 属性设置 显示图片 -
C# DateTimePicker 控件
DateTimePicker 控件(日期控件)用于选择日期和时间,但只能选择一个时间,而
控件 c# 自定义 时间格式 属性设置 -
C#时钟控件
多年前写的时钟控件,发布出来,供大家参考。先看效果:首先,制作一个从UserControl继承的时钟控件,使用双缓
System Time Math -
C# 控件聚焦
做界面经常需要将tab键聚焦在一个空间上,方便快速输入,或者操作。
控件 c# 参考文档 解决方法 .net