码迷,mamicode.com
首页 > 其他好文 > 详细

一些控件

时间:2018-01-21 11:01:44      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:文本框   www.   mat   mod   tostring   密码   lis   button   datetime   

LinkedLabel 链接标签

TextBox

PasswordChar  使之形成密码框

MultiLine 多行文本

ReadOnly

ScroBars 滚动条

CheckBox 复选框

RadioButton 单选框

Checked 属性

容器,如Group Box

ListBox 列表框

复选列表框

****.Items.Add();

ComboBox 组合框

Dropdownlist  不能输入,只能选择(dropdownstyle)

***.SelectedItem.ToString();

 

NumbericUpDown

DateTimePicker  日期时间框

Value

Format and CutomFormat

MaskedTextBox 掩码文本框 Mask属性

ProgressBar 进度条

PictureBox 图片框

Image 属性

SizeMode 属性

RichTextBox 富文本框

Select(start,len), SelectText = "…", SelectionColor/Font

WebBrowser 网页浏览器

Navigate("http://www.dstang.com")

 

 

 

容器控件

FlowLayoutPanel 流式布局面板

GroupBox 成组框

Panel 面板

SplitContainer 分隔容器

TabControl 选项卡

TableLayoutPanel 表格布局面板

 

 

多窗体

Show();

ShowDialog(); 对话框

 

 

一些控件

标签:文本框   www.   mat   mod   tostring   密码   lis   button   datetime   

原文地址:https://www.cnblogs.com/pugongying123/p/8323431.html

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