DhElement.setElementPeer

Overview | Methods | This Package | All Packages

DhElement.setElementPeer

Sets the peer for this element in the HTML document.

Syntax

protected void setElementPeer( IHTMLElement peer )

protected void setElementPeer( IHTMLElement peer, Boolean transition )

Parameters

peer

The existing peer element.

transition

Set to true to bind the peer element; otherwise, set to false.

Remarks

Calling this method represents an advanced usage scenario. Typically, you would never use this method.