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.
// '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" );
Thank you very - very much!
You helped me a lot..