Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
Change font of NavigationPaneCollapsedGroupAreaText of ExplorerBar
posted

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.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Priyam,

    Something like this:



    this.ultraExplorerBar1.GroupSettings.AppearancesSmall.NavigationPaneCollapsedGroupAreaAppearance.BackColor = Color.Black;

    this.ultraExplorerBar1.GroupSettings.AppearancesSmall.NavigationPaneCollapsedGroupAreaAppearance.ForeColor = Color.Red;

Children
No Data