Print Page | Close Window

Disable Right Click

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=7456
Printed Date: 18 June 2025 at 11:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Disable Right Click
Posted By: LittleJK
Subject: Disable Right Click
Date Posted: 26 June 2007 at 3:17pm
Hi I was wondering if anyone came across on how to prevent a right click action from a toolbar? We found that our right click popup menu will still launch even when we would disable the Commandbar. Any Ideas?



Replies:
Posted By: Oleg
Date Posted: 26 June 2007 at 3:35pm
Hi,
 
try this
 
Private Sub CommandBars_ToolBarContextMenu(ByVal ToolBar As XtremeCommandBars.ICommandBar, ByVal ContextMenu As XtremeCommandBars.ICommandBar)
ContextMenu.Controls.DeleteAll
End Sub


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net