Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:设置标签文本对齐方式

1楼
cd_tdh 发表于:2024/8/14 14:32:00
Dim frm As WinForm.Form = e.Form
For Each c As WinForm.Control In frm.Controls
    If TypeOf c Is WinForm.Label Then '判断控件是否是按钮  
        c.TextAlign = ContentAlignment.MiddleRight
    End If
Next
老师,黄色代码设置标签文本对齐方式怎么报错呢?
[此贴子已经被作者于2024/8/14 14:44:20编辑过]
2楼
有点蓝 发表于:2024/8/14 15:00:00
    If TypeOf c Is WinForm.Label Then '判断控件是否是按钮  
        Dim la As WinForm.Label = c
        la.TextAlign = ContentAlignment.MiddleRight
    End If
3楼
cd_tdh 发表于:2024/8/15 9:20:00
哎,帮助里面都没注意
Dim lbl As WinForm.Label = e.Form.Controls("Label1")
lbl
.BorderStyle = BorderStyle.FixedSingle
lbl
.TextAlign = ContentAlignment.MiddleCenter
lbl
.BorderColor = Color.Red
http://www.foxtable.com/webhelp/topics/3095.htm
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02344 s, 2 queries.