Click or drag to resize

FixedText.SetStandardStyle Method

X#
Set the alignment style for the text in a FixedText object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStandardStyle(
	kTextStyle
) AS USUAL CLIPPER
Request Example View Source

Parameters

kTextStyle (Optional)
Type: Usual
The text alignment style, specified as one of the following constants: ConstantDescriptionFT_CENTEREDCentered textFT_LEFTALIGNLeft-aligned text (This is the default.)FT_RIGHTALIGNRight-aligned text

Return Value

Type: Usual
See Also