From e3f3bc755b60a9f2e48db6c64a54f00c1cdfd4b1 Mon Sep 17 00:00:00 2001 From: Tanya Solyanik Date: Wed, 1 Sep 2021 21:16:30 -0700 Subject: [PATCH 1/2] Update ButtonBase.xml to indicate that AutoElipsis property shows test in a tooltip FIxes https://github.com/dotnet/dotnet-api-docs/issues/7046 --- xml/System.Windows.Forms/ButtonBase.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/ButtonBase.xml b/xml/System.Windows.Forms/ButtonBase.xml index e630da77598..68ccb2dd335 100644 --- a/xml/System.Windows.Forms/ButtonBase.xml +++ b/xml/System.Windows.Forms/ButtonBase.xml @@ -120,7 +120,7 @@ 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 to be `true`. If `AutoSize` is `true`, the control will grow to fit the text and an ellipsis will not appear. + Set 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 to be `true`. If `AutoSize` is `true`, the control will grow to fit the text and an ellipsis will not appear. ]]> From 04fbdd7bba018616277066074fb67fe9c91043b0 Mon Sep 17 00:00:00 2001 From: Tanya Solyanik Date: Wed, 1 Sep 2021 21:25:50 -0700 Subject: [PATCH 2/2] Update Label.xml to indicate that AutoEllipsis property shows a tooltip --- xml/System.Windows.Forms/Label.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/Label.xml b/xml/System.Windows.Forms/Label.xml index 277cf0653d6..2e74c81733a 100644 --- a/xml/System.Windows.Forms/Label.xml +++ b/xml/System.Windows.Forms/Label.xml @@ -169,7 +169,7 @@ to `true` to display text that extends beyond the width of the when the user passes over the control with the mouse. If is `true`, the label will grow to fit the text and an ellipsis will not appear. + Set to `true` to display text that extends beyond the width of the in a tooltip when the user passes over the control with the mouse. If 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 and is `true`, you must set to `false` for text to be drawn.