获取或设置出现在控件中的文本
express.Caption
express 一个代表 Frame 对象的变量。
/*将Frame1中的文本设置为"Frame1"*/ function func1() { UserForm1.Frame1.Caption = "Frame1" }