Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.maxLength Property

Gets or sets the maximum number of chars that the control can contain

Syntax
Public Property Get maxLength () As Long
Public Property Let maxLength (ByVal lMaxLength As Long)
Parameters
Parameter Description
ByVal lMaxLength As Long The new value, use 0 for using the maximum available by the system
Remarks