Search
ArrowLabel.MaxWidth Property
See Also
 



Gets or sets the maximum width of the label.

 Syntax

VB6  Copy Code

Public Property Get MaxWidth() As Long
Public Property Let MaxWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_MaxWidth ()
void put_MaxWidth (
    int value
)

 Property Value

A float value specifying the maximum label width.

 Remarks

This property is considered when EnableWrap is set to true.

 See Also