Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
Caption property 
 
Type
LPCTSTR for Visual C++ 
String for Visual Basic
 
 
Syntax
object.Caption [=String]
 
 
Remarks
The caption text that appears over the button. 
By default, the text alignment is both horizontally and vertically centered.   
For a better management of the caption text refer to the TextDescrCaption property and to the How to put text over the button section. 
To change the text font see the FontTextCaption property.
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index