Print Page | Close Window

Ribbon Bar Problems...

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=15523
Printed Date: 06 October 2024 at 4:32pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ribbon Bar Problems...
Posted By: mozaheb
Subject: Ribbon Bar Problems...
Date Posted: 02 November 2009 at 5:00am
Hi All

I have 2 question about Ribbon bar.

1. How change font of Ribbon bar?
2. How detect if of "Selected Tab is Changed" for each tab?

Thanks
Amoot QS


-------------
________________________________
http://www.amootco.com
Amoot Data Processing



Replies:
Posted By: cmm2006
Date Posted: 02 November 2009 at 10:15am
the solution for question 2: is
use  the following code
 
Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)
    Select Case Control.Id
        Case XTPCommandBarsSpecialCommands.XTP_ID_RIBBONCONTROLTAB:
            Select Case RibbonBar.SelectedTab.Index
                 ' your code here
        end select
    end select
end select


-------------
Language: Visual Basic 6 SP6
OS: Windows XP Pro SP3
Product: Codejock Xtreme SuitePro 13.1



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