Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Control File Icon ToolTip Text
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Control File Icon ToolTip Text

 Post Reply Post Reply
Author
Message
dakota View Drop Down
Newbie
Newbie


Joined: 22 October 2006
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote dakota Quote  Post ReplyReply Direct Link To This Post Topic: Control File Icon ToolTip Text
    Posted: 22 October 2006 at 5:42pm
Hello,  how do I get popup tooltip text to appear when hovering the mouse over the control file icon on the ribbon bar.  I can get tool tips to appear on all of the other icons on the ribbon bar. Just not the Control File icon.  How do you do this like the image below?  Thanks.
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2006 at 5:15am
Hello,
Just spicify some Id for this button:
 
    Set ControlFile = RibbonBar.AddSystemButton()
    ControlFile.Id = 3021
    ControlFile.ToolTipText = "File"
    ControlFile.DescriptionText = "Bla-bla"
     ControlFile.Caption = "&File"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.031 seconds.