大家好 在VB中,Font, Text, Name, Caption, 是什么意思?font:字体,一般的控件都会有这个属性 Text:文本显示内容,一般用得多的text(文本框)控件,比如text1.text="你好",就是文本框text1显示的内容是你好 caption和text类似,但是caption用得最多的是label(标签)控件,比如label1.caption="你好",就是标签la...
哪一个控件有Caption属性有Caption属性的控件有好多的,不知道楼主要哪个控件比如form label frame mand option checkbox 都有Caption属性,通过这个属性你可以改变他的标题在Visual Basic中,语句“Label1.Caption=”中的Label1是什么意思?在Visual Basic中,语句“Label1.Caption=”中的L...