Hallo!
ich have a navigation pane. When it is collapsed, there is the caption "Navigation Pane" (vertical). How can I change the description?
Thanks in advance
Marco
That's it!
Thank You!
Hello Marco,
If you want to change that text you could do it like the following:
ultraExplorerBar1.UIElement.ExplorerBar.GroupSettings.NavigationPaneCollapsedGroupAreaText = "Desired Caption";
Please let me know if you have any other questions.