Knowledge Base 
Displaying Text Below CommandBar Icons 
 Saturday, April 27, 2024

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.