Skip to content

AutoEllipsis Property

Description

Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the Label, denoting that the Label text extends beyond the specified length of the Label.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property AutoEllipsis() As Boolean

Remarks

Set AutoEllipsis to True to display text that extends beyond the width of the Label when the user passes over the control with the mouse. You must set AutoSize to False if you want AutoEllipsis to be True. If AutoSize is True, the label will grow to fit the text and an ellipsis will not appear.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.