System.Windows.Forms.ButtonBase.AutoEllipsis Property

Gets or sets 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.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Browsable(true)]
public bool AutoEllipsis { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Set ButtonBase.AutoEllipsis 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 AutoSize property to false if you want ButtonBase.AutoEllipsis to be true. If AutoSize is true, the control will grow to fit the text and an ellipsis will not appear.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0