Posted 20 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC

When you create a ToolWindow programmatically, you pass the ChildControl that will be hosted inside the window. I need to enumerate all my ToolWindows and find the one containing a specific ChildControl. I looked at all the properties/methods of ToolWindow, and I didn't see how to retrieve a reference to the ChildControl. Can this be done?