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
230
How to replace the instruction "Minimize The Navigation Pane"?
posted

Hi,

Is it possible to replace the text of the instructions:  "Minimize The Navigation Pane" and "ExpandThe Navigation Pane", "Click to Expand Navigaion Pane"?

I already replaced the text which appear when Navigation Pane is minimized.

Now I want to replace the instructions shown when the mouse is hover the "<<" and ">>" of the explorer bar.

Is it possible to change these texts?

Thank for any help,

Oshrat.

Parents
  • 69832
    Verified Answer
    Offline posted

    //  'Minimize the Navigation Pane'
    Infragistics.Win.UltraWinExplorerBar.Resources.Customizer.SetCustomizedString( "NavigationPaneExpansionButton_ToolTipText_Collapse", "Minimize" );

    //  'Expand the Navigation Pane'
    Infragistics.Win.UltraWinExplorerBar.Resources.Customizer.SetCustomizedString( "NavigationPaneExpansionButton_ToolTipText_Expand", "Expand" );

    //  'Click to expand Navigation Pane'
    Infragistics.Win.UltraWinExplorerBar.Resources.Customizer.SetCustomizedString( "NavigationPaneCollapsedGroupArea_ToolTipText", "Click To Expand" );

Reply Children
No Data