Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DhDocument.getElement

Retrieves the corresponding derivation of DhElement given the underlying HTML element peer.

Syntax

public DhElement getElement( IHTMLElement peer )

Parameters

peer

The underlying HTML element peer. This peer may have been acquired using DhForm.getPeer.

Return Value

Returns the specific derivation that corresponds to the peer parameter.

Remarks

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