例如:
with text1
.text="你好"
.multiline=true
.locked=true
.maxlength=10
end with

这个就相当于
text1.text="你好"
text1.multiline=true
text1.locked=true
text1.maxlength=10

相关文章:

  • 2021-12-07
  • 2021-07-29
  • 2021-09-22
  • 2021-08-28
  • 2021-04-29
  • 2021-08-26
猜你喜欢
  • 2021-11-23
  • 2021-11-01
  • 2022-03-03
  • 2022-12-23
  • 2021-07-11
  • 2021-11-30
相关资源
相似解决方案