Sets the peer for this element in the HTML document.
protected void setElementPeer( IHTMLElement peer )
protected void setElementPeer( IHTMLElement peer, Boolean transition )
peer
The existing peer element.
transition
Set to true to bind the peer element; otherwise, set to false.
Calling this method represents an advanced usage scenario. Typically, you would never use this method.