xtd 0.2.0
Loading...
Searching...
No Matches

◆ auto_ellipsis() [1/2]

virtual bool xtd::forms::button_base::auto_ellipsis ( ) const
virtualnoexcept

Gets a value indicating 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.

Returns
true if the additional label text is to be indicated by an ellipsis; otherwise, false. The default is true.
Remarks
Set auto_ellipsis to true to display text that extends beyond the width of the control when the user passes over the control with the mouse. You must set the control's auto_size property to false if you want AutoEllipsis to be true. If AutoSize is true, the control will grow to fit the text and an ellipsis will not appear.