Gets or sets a value indicating whether the label's text can be wrapped.
SyntaxVB6
Copy Code
|
|---|
Public Property Get EnableWrap() As Boolean |
C++
Copy Code
|
|---|
public: |
true to enable text wrapping; or false otherwise.
RemarksThe label gets wrapped to a new line if it is longer than the MaxWidth value.
See Also