The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Label::AutoEllipsis Property
.NET Framework (current version)
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property bool AutoEllipsis { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the additional label text is to be indicated by an ellipsis; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show:
