WordWrap Property
Description
Gets or sets a value that determines whether a control expands to fit the text in its caption.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property WordWrap() As Boolean
Remarks
If you want a Label control to display text on a single line, set WordWrap to False.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.