Retrieves the corresponding derivation of DhElement given the underlying HTML element peer.
public DhElement getElement( IHTMLElement peer )
peer
The underlying HTML element peer. This peer may have been acquired using DhForm.getPeer.
Returns the specific derivation that corresponds to the peer parameter.
Calling this method represents a very advanced usage scenario. Typically, you would never use this method.