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
270
Change right-click captions and disable the autohide option
posted

Hey,

 

I found out how to change the settings for the maximization, floatproperty etc of a DockableControlPane.

But is there a way to disable the option to autohide a DockableControlPane (better would be to undisplay the option (also other options)).

And is there also the possibility to change the captions of the menus ("floating", "autohide"....) because of language issues.

 

Thanks

Greetings

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    ckaupisch,

    I'm not exactly sure what you are looking for, but you can hide the entire caption area (contains the pin and red x buttons) for all panes in the UltraDockManager by setting UltraDockManager.DefaultPaneSettings.ShowCaption = false, or you can hide it on a pane-by-pane basis.  If you want the caption but not the buttons, you can set UltraDockManager.ShowPinButton and ShowCloseButton to False.

    In order to change the captions, you will need to customize the resource strings.  For more information, please see this article in our online documentation.  For a list of the UltraDockManager's resource strings, please see this article in our online documentation.

    ~Kim~

Children