ARG-Software Design Lab.
Home
Downloads
Buy
Products
Command Bars Library
Outlook UI Library
Common Controls Library
ArgTx Library
Downloads
Customer Area
Public/Evaluation
How To Buy
Online Store
Special Offers
Subscription Renewals
View Price List
Techical Support
Contact Support
Bug Reports
Suggestions
Feature Requests
Knowledge Base
Developer Forum
Links
Return Policy
No Spam Policy
Product License FAQ
Company
About
Contact Us
Knowledge Base
Displaying Text Below CommandBar Icons
Saturday, November 9, 2024
JavaScript is currently NOT enabled on your machine. This website requires JavaScript in order to work properly.
Please activate JavaScript in your browser's preferences and re-load this page (hit F5).
Displaying Text Below CommandBar Icons
You can specify that the
Caption
of each CommandBar button to be displayed under the icon by setting the
ShowTextBelowIcons
property to
.T.
.
This sample code illustrates how to show text below the icons in the Standard commandbar:
ThisForm.cmdBarStandard.ShowTextBelowIcons = .T.