Can i hide the 'new connection' in the contextmenu of the dictionary?
Thanks
Paul
hide new connection in dictionary
Re: hide new connection in dictionary
use something like this
Dim dservice As StiDictionaryPanelService = StiDictionaryPanelService.GetService()
dservice.ShowConnectionNewMenuItem = False
Dim dservice As StiDictionaryPanelService = StiDictionaryPanelService.GetService()
dservice.ShowConnectionNewMenuItem = False
Re: hide new connection in dictionary
thanks, working ...
Re: hide new connection in dictionary
Hello.
Let us know if you will need any additional help.
Thank you.
Let us know if you will need any additional help.
Thank you.