Select to view content in your preferred language

Open dockable window?

1750
4
11-16-2010 08:23 AM
JerryGarcia
Frequent Contributor
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
Deactivated User
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
Frequent 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.


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