Hevea documentation

Frameset.GetComponentById Method 

Gets a sub component by its identifier.

public override WebComponent GetComponentById(
   string componentId
);

Parameters

componentId
component identifier

Return Value

the component if found or null

See Also

Frameset Class | Hevea.Core.Http.Html.UI Namespace