I'm trying to simply make the thumbnail pane to appear at viewer startup. I've been trying to do this via the SetProperty property function:
m_cPDFView.SetProperty("Commands[\"ToggleThumbnailsPane\"].State", _variant_t(1), 0);
This does not seem to be working for me. I would expect to see the following:

Any ideas would be helpful.
Thanks.