FixedText.SetStandardStyle Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetStandardStyle(
Usual kTextStyle = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also