Thanks Pieta,
Your earlier post on expanding the TOC on load was useful to me but my real objective is to get access to the component (TOC) itself. There are only limited things that can be done by accessing the layout containers that hold the components, rather than the components themselves. In the case of showing and hiding the TOC, your suggestions should be enough to accomplish this, but as I mentioned in my post, making the tab container visible or invisible and playing the storyboard has some quirks, for some reason, until after the control has been opened/initialized (not sure which) by the existing command button.
I would think it is a general requirement by anyone extending or making a custom viewer, that they can reference the important components of the viewer (TOC) so that they can, for example, extend the component or have other components interact in a rich way with them. I was hoping for an answer like "the TOC object name for the default viewer is.....", although by breakpointing, the object inthe TOC tab container has a blank name "" so it isn't so easy.
If you have some insight as to why my attempts to make the tab container holding the TOC visible, and playing the storyboard that is contained in the layer....does not work, that would be great. Short term, just having visibility control of TOC would be good.
thanks.