首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

怎么为按钮设置位置

2012-04-01 
如何为按钮设置位置如何为按钮设置位置[解决办法] this.button1.Location new System.Drawing.Point(108

如何为按钮设置位置
如何为按钮设置位置

[解决办法]
this.button1.Location = new System.Drawing.Point(108, 115);

热点排行