WindowsUtilitiesCenterWindow Method (IntPtr, IntPtr) |
Centers a window relatively to another window, or to the screen.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static void CenterWindow(
IntPtr handle,
IntPtr alternateOwner
)
Parameters
- handle
- Type: SystemIntPtr
The window handle. - alternateOwner
- Type: SystemIntPtr
An alternate owner window handle.
Exceptions See Also