MyIFrame constructor

MyIFrame(
  1. HtmlDocument _htmlDoc,
  2. IFrameElement _iFrame
)

saves _iFrame and containing _htmlDoc for later use

Implementation

MyIFrame(HtmlDocument this._htmlDoc, IFrameElement this._iFrame) {}