Print Page | Close Window

Command Bars suite for ActiveX and Tab Control

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=8285
Printed Date: 29 March 2024 at 4:11am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Command Bars suite for ActiveX and Tab Control
Posted By: hyperlam
Subject: Command Bars suite for ActiveX and Tab Control
Date Posted: 03 October 2007 at 11:44pm
Does Command Bars suite for ActiveX contains Tab Control?



Replies:
Posted By: Bernie
Date Posted: 05 October 2007 at 3:28am
You can easily create TAB in the CommandBars Control.
Please refer to the following codes.
 
      Dim TB As RibbonTab
      Set RB = CommandBars1.AddRibbonBar("L")
      RB.AllowQuickAccessCustomization = False
      RB.ShowGripper = False
      RB.ShowQuickAccess = False
      RB.Closeable = False
      Set TB = RB.InsertTab(1, "Trinity TOEIC Test System")
      RB.Tab(0).Selected = True
      RB.Tab(0).Color = xtpRibbonTabContextColorYellow
      RB.Tab(0).Image = 117
      RB.EnableFrameTheme



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