Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从子表单属性设置访问表单父表单属性(父表单内的属性)?
要从子表单代码页引用代码中的父级:
Me.Parent.MyControl
或者
Forms!MainForm.MyControl