Sure.
I use your HtmlContainer to display some small pieces of html in a winforms datagridview.
I have to display a tooltip whenever the mouse cursor hovers an image (img) or a piece of text (span) with an 'alt' or 'title' attribute, just like in a regular browser.
Hence my use of the GetAttributeAt method.
I use your HtmlContainer to display some small pieces of html in a winforms datagridview.
I have to display a tooltip whenever the mouse cursor hovers an image (img) or a piece of text (span) with an 'alt' or 'title' attribute, just like in a regular browser.
Hence my use of the GetAttributeAt method.