Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Windows.Forms/ButtonBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Set <xref:System.Windows.Forms.ButtonBase.AutoEllipsis%2A> 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 <xref:System.Windows.Forms.ButtonBase.AutoEllipsis%2A> to be `true`. If `AutoSize` is `true`, the control will grow to fit the text and an ellipsis will not appear.
Set <xref:System.Windows.Forms.ButtonBase.AutoEllipsis%2A> to `true` to display text that extends beyond the width of the control as a tooltip when the user passes over the control with the mouse. You must set the control's `AutoSize` property to `false` if you want <xref:System.Windows.Forms.ButtonBase.AutoEllipsis%2A> to be `true`. If `AutoSize` is `true`, the control will grow to fit the text and an ellipsis will not appear.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Windows.Forms/Label.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Set <xref:System.Windows.Forms.Label.AutoEllipsis%2A> to `true` to display text that extends beyond the width of the <xref:System.Windows.Forms.Label> when the user passes over the control with the mouse. If <xref:System.Windows.Forms.Label.AutoSize%2A> is `true`, the label will grow to fit the text and an ellipsis will not appear.
Set <xref:System.Windows.Forms.Label.AutoEllipsis%2A> to `true` to display text that extends beyond the width of the <xref:System.Windows.Forms.Label> in a tooltip when the user passes over the control with the mouse. If <xref:System.Windows.Forms.Label.AutoSize%2A> is `true`, the label will grow to fit the text and an ellipsis will not appear.

> [!IMPORTANT]
> If the font is taller than the height of the <xref:System.Windows.Forms.Label> and <xref:System.Windows.Forms.Label.AutoEllipsis%2A> is `true`, you must set <xref:System.Windows.Forms.Label.AutoSize%2A> to `false` for text to be drawn.
Expand Down