HtmlWindow Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Document | Gets the HTML document contained within the window. |
![]() | DomWindow | Gets the unmanaged interface wrapped by this class. |
![]() | Frames | Gets a reference to each of the FRAME elements defined within the Web page. |
![]() | History | Gets an object containing the user's most recently visited URLs. |
![]() | IsClosed | Gets a value indicating whether this window is open or closed. |
![]() | Name | Gets or sets the name of the window. |
![]() | Opener | Gets a reference to the window that opened the current window. |
![]() | Parent | Gets the window which resides above the current one in a page containing frames. |
![]() | Position | Gets the position of the window's client area on the screen. |
![]() | Size | Gets or sets the size of the current window. |
![]() | StatusBarText | Gets or sets the text displayed in the status bar of a window. |
![]() | Url | Gets the URL corresponding to the current item displayed in the window. |
![]() | WindowFrameElement | Gets the frame element corresponding to this window. |
