Message 1 of 2
.Net user control in dockable window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone have a pointer to an example of using a user control in an Inventor dockable window. If I create an instance of my user control and use myDocableWindow.AddChild(<ctrl>.Handle), it acts as if the control is a dialog rather than a user control (i.e. myDocableWindow.Control returns null). I've searched high and low but there does not seem to be any examples of this out there.
Neil