Scintilla & Popup-Menu
Posted: Mon Apr 27, 2009 8:00 pm
				
				By default a Scintilla-Gadget have a popup-menu, is it possible to disable this default-menu?
			http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
ScintillaSendMessage(#Gadget, #SCI_UsePopUp, #False) 
thx.mrjiles wrote:Code: Select all
ScintillaSendMessage(#Gadget, #SCI_UsePopUp, #False)