Unicode Controls & Classes for VB6 - Version 4

ctlUniLabelXP.WordWrap Property

Returns/sets a value that determines whether a control expands to fit the text in its Caption.
Used in conjunction with [AutoSize]; when AutoSize = False this property is not used

Syntax
Public Property Get WordWrap () As Boolean
Public Property Let WordWrap (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean True for wordwrap, False otherwise
Remarks