Property wnd.ClientRectInScreen
Overload
Gets client area rectangle (width and height) in screen.
public RECT ClientRectInScreen { get; }
Property Value
Remarks
Calls wnd.GetClientRect. Returns default(RECT) if fails (eg window closed).
Gets client area rectangle (width and height) in screen.
public RECT ClientRectInScreen { get; }
Calls wnd.GetClientRect. Returns default(RECT) if fails (eg window closed).