Retrieves a single System.Windows.Forms.HtmlElement using the element's ID attribute as a search key.
Returns the first object with the same ID attribute as the specified value, or null if the id cannot be found.
If there are multiple elements in the document with the same ID value, HtmlDocument.GetElementById(string) will return the first one it finds.