CommandLinkButtonAutoEllipsis Property

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

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(true)]
public bool AutoEllipsis { get; set; }

Property Value

Boolean

See Also