Print Page | Close Window

ShowTextBelowIcons Usage

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=541
Printed Date: 14 May 2024 at 11:23pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ShowTextBelowIcons Usage
Posted By: PhilJeary
Subject: ShowTextBelowIcons Usage
Date Posted: 18 March 2004 at 4:24am

I don't suppose anyone has an example of how to use the ShowTextBelowIcons option:

  CommandBars.ActiveMenuBar.ShowTextBelowIcons = True

I don't seem to be able to get it working or find an example, any help would be much appreciated.




Replies:
Posted By: SuperMario
Date Posted: 18 March 2004 at 7:25am
Try this:

CXTPCommandBars* pCommandBars = GetCommandBars();
 pCommandBars->GetCommandBarsOptions()-> bShowTextBelowIcons = True;




Posted By: PhilJeary
Date Posted: 18 March 2004 at 11:26am

Thanks SuperMario.

I also managed to find its use in the Static Bars example.  Im currently trying to change the colour of the text on highlight.  I've seen the GetSpecialColor command, but not worked out its full usage yet.




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