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: .
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool AutoEllipsis { get; set; }
<DefaultValueAttribute(true)>
Public Property AutoEllipsis As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AutoEllipsis {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member AutoEllipsis : bool with get, set
Property Value
Boolean