Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.RequestResize Event

Raised when the content of the control is bigger or smaller that the control size.
This event works only if you enable it using the [RequestResizeEvent] property (by Default is False)

Syntax
Public Event RequestResize (ByVal uMsg As Long,
ByVal lWidth As Long,
ByVal lHeight As Long)
Parameters
Parameter Description
ByVal uMsg As Long Message that requested the resize
ByVal lWidth As Long The width to use
ByVal lHeight As Long The height to use
Remarks