Open dockable window?

1474
4
11-16-2010 08:23 AM
JerryGarcia
Occasional Contributor II
How do you get a hook to a dockable window so you can open/close it from other places in the application?

Thanks!
0 Kudos
4 Replies
AndreiIvanov
New Contributor III
0 Kudos
JeffreyHiscock
New Contributor
There's a pretty good walkthrough here that includes a toggle command to open/close a dockable window:
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000048s000000
The problem I'm having is trying to load info into my controls on the window when it is opened.  The load event only seems to work when the window is first created, not everytime it opens, like a form.
0 Kudos
JerryGarcia
Occasional Contributor II
There's a pretty good walkthrough here that includes a toggle command to open/close a dockable window:
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000048s000000
The problem I'm having is trying to load info into my controls on the window when it is opened.  The load event only seems to work when the window is first created, not everytime it opens, like a form.


This example is for ArcGIS Desktop, i.e. ArcMap/ArcCatalog; not ArcGIS Explorer Desktop.
0 Kudos
AndreiIvanov
New Contributor III
Jerry, you cannot do it via API.
0 Kudos