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
775
Customizing Context Menu Option Strings - Hide, Auto Hide, Floating
posted

Hello,

I'm trying to customize the resource strings for Hide, Auto Hide and Floating in WinDockManager. I have code that looks like this:

 

Infragistics.Shared.

ResourceCustomizer rc;

rc = Infragistics.Win.UltraWinDock.Resources.Customizer;

rc.SetCustomizedString(ContextMenuAutoHide, "my new translated string");

However, it seems I don't have access to ContextMenuAutoHide/Hide/Floating. I'm trying to figure out if this because of where I'm putting this code or because this feature is later than Infragistics 7.3 (the version I'm on).

Right now I have this code in the same place where I use UltraDockManager to dock my control panes. Maybe this is not the right place and thus the reason for not having access to ContextMenuAutoHide? ...

I have been using the following link to guide me in this implementation:

http://help.infragistics.com/NetAdvantage/NET/Current/CLR2.0/?target=Win_Customizing_Assembly_Resource_Strings.html

Any help in this area you could give me would be greatly appreciated.

Thank you,

Steve

  • 12773
    posted

    Hello Steve,

    I am not sure what makes you trouble about the customizing the context menu. You can use all thise stings in order to customize your context menu in the dock manager.

    ContextMenuFloating=&Floating
    ContextMenuAutoHide=&Auto Hide
    ContextMenuHide=&Hide
    ContextMenuDockable=Doc&kable


    I will recommend you to set this when the application loads, to be sure that the changes are done when you start using your dock manager.

    I hope this is solving your issue.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.