Feedback
Designer components can access their owning window or container before controls open
- Status
- Fixed
- Fixed in
- v26.7.2
- Source discussion
- https://forum.objo.dev/d/517-opt-in-class-is-it-possible-to-get-the-parent-window/3
- Last updated
- 2026-07-12
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a DesignerComponent base class for non-visual designer components so framework helpers placed on a window or container can access their owning window or container before child control Opening events fire. This supports reusable opt-in components that need to inspect or adjust the containing layout during startup without pretending they are visual child controls.