INativeWindow.ClientRectangle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Rectangle structure that contains the internal bounds of this window, in client coordinates. The internal bounds include the drawing area of the window, but exclude the titlebar and window borders.
public System.Drawing.Rectangle ClientRectangle { get; set; }
member this.ClientRectangle : System.Drawing.Rectangle with get, set