WinForm控件常用设置(转)
Posted win32pro
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WinForm控件常用设置(转)相关的知识,希望对你有一定的参考价值。
本来想自己整理一份,但找到了一份挺全的,就直接用到直接找吧
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控件常用设置(转)的主要内容,如果未能解决你的问题,请参考以下文章
winform的tabpage控件如何在顶部的标签上设置文字颜色、添加小图标?