Win32WindowClientRect Property |
Gets the coordinates of a window's client area.
The client coordinates specify the upper-left and lower-right corners of the client area.
Because client coordinates are relative to the upper-left corner of a window's client area, the coordinates of the upper-left corner are (0,0).
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public RECT ClientRect { get; }
Property Value
Type:
RECTA RECT structure receives the client coordinates. The left and top members are zero. The right and bottom members contain the width and height of the window.
See Also