Both text and icon on a command button

flester

New member
Local time
Today, 15:04
Joined
Aug 26, 2002
Messages
8
How do you make both the text and the icon visible on a command button? If the 'Picture' propery is set, I can't see the text.
 
You can not have it both ways. Just put your text in the "ControlTip Text" property of the command button. As with most Windows apps the control tip will tell the user what the button will do when they hover their mouse pointer over it.
 
I use Delphi to create the buttons that require both text and glyph ( image ), then I simply copy/save and import the button onto the required form.
 

Users who are viewing this thread

Back
Top Bottom