Hi,
I have to change the Font Size and Color of the Text that appears in the 'NavigationPaneCollapsedGroupAreaText' of the ExplorerBar and type OutlookStyle. I have managed to change the text with this property but not any other parameters.
Hi Priyam,
Something like this:
this.ultraExplorerBar1.GroupSettings.AppearancesSmall.NavigationPaneCollapsedGroupAreaAppearance.BackColor = Color.Black;
this.ultraExplorerBar1.GroupSettings.AppearancesSmall.NavigationPaneCollapsedGroupAreaAppearance.ForeColor = Color.Red;