Click or drag to resize

Win32WindowMove Method (Int32, Int32)

Changes the position of this window. For a top-level window, the position is relative to the upper-left corner of the screen. For a child window, it's relative to the upper-left corner of the parent window's client area.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool Move(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The new position of the left side of the window.
y
Type: SystemInt32
The new position of the top of the window.

Return Value

Type: Boolean
true if the call succeeded, false otherwise.
See Also