![]() |
CommandBarsFrame DescriptionText |
Post Reply
|
| Author | |
daveED
Newbie
Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
Quote Reply
Topic: CommandBarsFrame DescriptionTextPosted: 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,
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |