Print Page | Close Window

Change TabWorkSpace LClick mousedown

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=6236
Printed Date: 19 June 2025 at 12:02pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Change TabWorkSpace LClick mousedown
Posted By: daveED
Subject: Change TabWorkSpace LClick mousedown
Date Posted: 26 January 2007 at 1:01pm
Hi, Team
 
With the tabs is the CammandBarsMID sample when i right click it changes the tab immediately  and changes the workspace but when i Left click as usual it only changes when mouse is up.
 
How can i have it so on mousedown it changes workspace?
 
 
Thanks Dave 



Replies:
Posted By: daveED
Date Posted: 26 January 2007 at 1:03pm
Im using VB6, With v10.3.1 ATM


Posted By: daveED
Date Posted: 26 January 2007 at 1:30pm
Private Sub Workspace_SelectedChanged(ByVal Item As XtremeCommandBars.ITabControlItem)
   Item.Caption
   
     If Not Item Is Nothing Then
       
        Item.Selected = True
        Workspace.Refresh
     End If
   
   
End Sub



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