Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente |
lang:csharp:ihm:form:tooltip [2017/06/28 23:33] – Création root | lang:csharp:ihm:form:tooltip [2020/04/29 19:15] (Version actuelle) – mhtml -> html root |
---|
Il faut utiliser l'évènement MouseMove du composant parent et faire un ''ToolTip.Show'' quand on est dans la localisation du composant. | Il faut utiliser l'évènement MouseMove du composant parent et faire un ''ToolTip.Show'' quand on est dans la localisation du composant. |
| |
[[https://stackoverflow.com/questions/19248573/show-tooltip-of-a-disabled-button-which-is-inside-a-group-box-in-windows-form|Source]], {{ :lang:csharp:ihm:form:tooltip:c_-_show_tooltip_of_a_disabled_button_which_is_inside_a_group_box_in_windows_form_-_stack_overflow.htm.maff |Archive}} | [[https://stackoverflow.com/questions/19248573/show-tooltip-of-a-disabled-button-which-is-inside-a-group-box-in-windows-form|c# - Show tooltip of a disabled button which is inside a group box in Windows form_ - Stack Overflow]] {{ :lang:csharp:ihm:form:tooltip:c_-_show_tooltip_of_a_disabled_button_which_is_inside_a_group_box_in_windows_form_-_stack_overflow_2020-04-29_7_13_52_pm_.html |Archive du 08/10/2013 le 29/04/2020}} |
| |
<code csharp> | <code csharp> |