dbicLabel Send comments on this topic.
AutoEllipsis Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : AutoEllipsis Property

Determines if the control should automatically append ellipsis to the end of the control's text, when the text extends beyond the control's display.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AutoEllipsis As Boolean
C# 
public virtual bool AutoEllipsis {get; set;}

Property Value

Boolean

Remarks

This property will only have an effect if:
1. The TextAngle property is greater that 0
or
2. WordWrap is false

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also