Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - ShowTextBelowIcons Usage
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ShowTextBelowIcons Usage

 Post Reply Post Reply
Author
Message
PhilJeary View Drop Down
Newbie
Newbie
Avatar

Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote PhilJeary Quote  Post ReplyReply Direct Link To This Post Topic: ShowTextBelowIcons Usage
    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.

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2004 at 7:25am
Try this:

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


Back to Top
PhilJeary View Drop Down
Newbie
Newbie
Avatar

Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote PhilJeary Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.219 seconds.