System.Windows.Forms.HtmlElement.ClientRectangle Property

Gets the bounds of the client area of the element in the HTML document.

Syntax

public System.Drawing.Rectangle ClientRectangle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

HtmlElement.ClientRectangle will return position data only for elements that have been assigned an explicit height and width, or elements that use absolute positioning. A document is absolutely positioned if its position style is set to absolute, after which it can be positioned at any coordinate on the HTML page.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0