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