Gets or sets the maximum width of the label.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MaxWidth() As Long |
C++
Copy Code
|
|---|
public: |
A float value specifying the maximum label width.
RemarksThis property is considered when EnableWrap is set to true.
See Also