![]() |
Change TabWorkSpace LClick mousedown |
Post Reply
|
| Author | |
daveED
Newbie
Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
Quote Reply
Topic: Change TabWorkSpace LClick mousedownPosted: 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
|
|
![]() |
|
daveED
Newbie
Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 January 2007 at 1:03pm |
|
Im using VB6, With v10.3.1 ATM
|
|
![]() |
|
daveED
Newbie
Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |