RadioButton Size = New System Drawing Size( )
RadioButton TabIndex =
RadioButton Text = 三楼
RadioButton
RadioButton Location = New System Drawing Point( )
RadioButton Name = RadioButton
RadioButton Size = New System Drawing Size( )
RadioButton TabIndex =
RadioButton Text = 一楼
RadioButton
RadioButton BackColor = System Drawing SystemColors Control
RadioButton Location = New System Drawing Point( )
RadioButton Name = RadioButton
RadioButton Size = New System Drawing Size( )
RadioButton TabIndex =
RadioButton Text = 四楼
分别把它们添加到父控件GroupBox的Controls集合中
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
GroupBox Controls Add(RadioButton )
End Sub
把上一页的代码复制添加后 把控件初始化过程InitializeControl()过程添加到Form 的New构造函数中 如下图二所示
图二 在New构造函数中添加过程InitializeControl()
现在按F 运行 Form 的窗体控件布局(如下图三所示)是不是和我们手工布局的图一的布局是一样的呢?
lishixinzhi/Article/program/ASP/201311/21749
VB.NET中界面控件的高度可以通过什么属性修改?Width,Height 分别是宽和高的属性
举个例子:
Button1.Width = 100'修改宽度
Button1.Height = 200'修改高度
【vb.net界面控件 vbnet winsock控件】vb.net界面控件的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于vbnet winsock控件、vb.net界面控件的信息别忘了在本站进行查找喔 。
- mongodb manager mongodb界面管理
- mongodb 图形界面 图解mongodb图形界面工具
- 如何远程访问路由器登录界面 如何远程访问redis
- mongo可视化工具 mongodb可视化界面
- win7系统安装后停在启动界面 win7系统安装mongodb
- mysql 页 mysql网页编辑界面
- mysql登录界面 mysql登陆客户端
- mysql数据库操作界面 mysql 数据库界面
- 如何让鬼魂进入服务器界面? 鬼魂怎么登陆服务器界面
- mysql数据库登录界面 mysql登录数据库方法
