码迷,mamicode.com
首页 > Windows程序 > 详细

WinForm控件常用设置(转)

时间:2020-05-23 11:12:36      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:data   item   枚举   整理   inpu   selected   lis   控件   element   

本来想自己整理一份,但找到了一份挺全的,就直接用到直接找吧

A0 ………… 通用
A1 ………… Form 类
A2 ………… Control 类
A3 ………… MessageBox 类
A4 ………… Button 类
A5 ………… Label 类
      LinkLabel 类
A6 ………… TextBox 类
A7 ………… RichTextBox 类
A8 ………… ListBox 类
A9 ………… CheckedListBox 类
G1 ………… ComboBox 类
G2 ………… RadioButton 类
G3 ………… CheckBox 类
G4 ………… TabControl 类
G5 ………… PictureBox 类
G6 ………… Panel 类
G7 ………… MenuStrip 类
G8 ………… ToolStripMenuItem 类
G9 ………… ToolStrip 类
G10 ………… ToolTip 类
U1 ………… ToolStripButton 类
U2 ………… StatusStrip 类
U3 ………… Timer 类
U4 ………… ProgressBar 类
U5 ………… OpenFileDialog 类
U6 ………… SaveFileDialog 类

A1 ………… DateTimePicker 类

A2 ………… Bitmap 类
A3 ………… ImageList 类
A4 ………… Clipboard 类
A5 ………… IDataObject 接口
A6 ………… vScrollBar 类
A7 ………… NumericUpDown 类
A8 ………… ToolTip 类
A9 ………… SoundPlayer 类

G1 ………… ListView 类
G2 ………… ListViewItem 类
G3 ………… TreeView 类
G4 ………… TreeNode 类
G5 ………… Keys 枚举
G6 ………… InputLanguage 类
G7 ………… ImeMode 枚举
G8 ………… SendKeys 类
G9 ………… Cursor 类
       Cursors 类

U1 ………… Screen 类
U2 ………… MessageBox 类
U3 ………… DataGridView 类
                   DataGridViewCellStyle 类
                   DataGridViewCell 类
                   DataGridViewCellCollection 类
                   DataGridViewColumn 类
                   DataGridViewColumnCollection 类
                   DataGridViewRow 类
                   DataGridViewRowCollection 类
                   DataGridViewSelectedRowCollection 类
                   举例:清空数据和导入数据的方法
U4 ………… ContextMenuStrip 类
                   ToolStripItemCollection 类
                   ToolStripItem 类
                   ToolStripMenuItem 类
U5 ………… Application 类
U6 ………… Help 类
U7 ………… SystemInformation 类
U8 ………… PropertyGrid 类
U9 ………… Webbrowser 类
Ua ………… HtmlDocument 类
Ub ………… HtmlElement 类

WinForm控件常用设置(转)

标签:data   item   枚举   整理   inpu   selected   lis   控件   element   

原文地址:https://www.cnblogs.com/win32pro/p/12941371.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!