Click or drag to resize

Win32WindowCenter Method (IntPtr)

Centers this window relatively to another window, or to the screen.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Center(
	IntPtr alternateOwner
)

Parameters

alternateOwner
Type: SystemIntPtr
An alternate owner window handle.
See Also