Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextCaptionAlignment property 
 
Type
long for Visual C++ 
enumCaptionAlignment for Visual Basic
 
 
Syntax
object.TextCaptionAlignment [=enumCaptionAlignment]
 
 
Remarks
The horizontal alignment applied to the Caption text. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
ALIGN_LEFT
0
The caption text is Left aligned. 
ALIGN_CENTER (default)
1
The caption text is Center aligned. 
ALIGN_RIGHT
2
The caption text is Right aligned. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index