Discussion of article "DoEasy. Controls (Part 25): Tooltip WinForms object"

 

New article DoEasy. Controls (Part 25): Tooltip WinForms object has been published:

In this article, I will start developing the Tooltip control, as well as new graphical primitives for the library. Naturally, not every element has a tooltip, but every graphical object has the ability to set it.

Compile the EA and launch it on the chart:


When hovering the mouse pointer over the arrow buttons, tooltips appear immediately. Each of them has its own icon. Tooltips do not go off the screen - their coordinates are correctly adjusted. Now we see new arrows drawn as standard graphical primitives on the arrow buttons. Naturally, the behavior of tooltip objects is incorrect. Their correct behavior is to be implemented later. The test was only meant to assess the appearance of the objects.

Author: Artyom Trishkin

Reason: