RichEdit.TextLimit Property (Typed) | |
A numeric value representing the maximum amount of text in the rich edit. The default is 32KB.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextLimit AS LONG GET SET
public override int TextLimit { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the maximum amount of text in the rich edit. The default is 32KB.
See Also