Print Page | Close Window

CommandBarsFrame DescriptionText

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=4878
Printed Date: 20 June 2025 at 3:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CommandBarsFrame DescriptionText
Posted By: daveED
Subject: CommandBarsFrame DescriptionText
Date 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,



Replies:
Posted By: Oleg
Date 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



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