RichEdit.EnableAdvancedTypography Method (Typed) | |
Sets the ability for advanced line breaking and line formatting.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableAdvancedTypography(
lEnable AS LOGIC
) AS VOID
public virtual void EnableAdvancedTypography(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
TRUE turns this on, False turns this off.
See Also