Message 1 of 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, all,
I want to create a dockable window which locates below and align exactly with the main browser, as shown in the picture, how can I define it?
I used code below, but it does not locate the dockable window as expected.
Dim selection_Wnd As DockableWindow
selection_Wnd = ThisApplication.UserInterfaceManager.DockableWindows.Add(m_ClientID, "selection_dock_Wnd", "Selection")
selection_Wnd.DisabledDockingStates = DockingStateEnum.kDockBottom
'Create propertyGrid control
oPropertyGrid = New PropertyGrid()
'Add propertyGrid to dockable window
selection_Wnd.AddChild(oPropertyGrid.Handle)
selection_Wnd.Visible = True
Anyone can help?
Thanks
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit
Solved! Go to Solution.