Have been scratching my head a little over this one for a while, so I thought I would ask the question here on the forums!
If I have a radDock that has for example 3 tabs/documents in the DocumentManager, how would I programatically select one of the tabs?
I would have thought:
would be the way to go, but that property is read only.
I can't find anything in the documentation for this and boy, I wish you guys would comment all the methods and prcedures in the radDock library, so intellisense would give me a clue!
Thanks for the help,
Richard.
If I have a radDock that has for example 3 tabs/documents in the DocumentManager, how would I programatically select one of the tabs?
I would have thought:
this
.radDock1.DocumentManager.ActiveDocument = radDock1.DockWindows[1];
I can't find anything in the documentation for this and boy, I wish you guys would comment all the methods and prcedures in the radDock library, so intellisense would give me a clue!
Thanks for the help,
Richard.