Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - CommandBarsFrame DescriptionText
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CommandBarsFrame DescriptionText

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


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post Topic: CommandBarsFrame DescriptionText
    Posted: 24 August 2006 at 10:01am
Hellow,
 
I have added a CommandBarsFrame on to a form,
 
How do i get the DescriptionText just like on the
CommandBars DescriptionText to show on Status.
 
To be shown from CommandBarsFrame.
 
 
eg,
 
Dim Control As CommandBarControl
Set Control = .Add(xtpControlButton, ID_FILE_OPEN, "Open", -1, False)
Control.DescriptionText = "Open an existing document"
 
 
 
Dave,
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: 24 August 2006 at 11:00am
Hi,
 
All work same as in CommandBars
 
Just show its Statusbar:
 
CommandBarsFrame1.StatusBar.Visible = True
CommandBarsFrame1.StatusBar.AddPane 0
 
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.047 seconds.