WindowsUtilitiesGetThreadMoveSizeWindow Method |
Gets a handle to the window in a move or size loop for a given thread.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetThreadMoveSizeWindow(
int threadId
)
Parameters
- threadId
- Type: SystemInt32
The thread identifier.
Return Value
Type:
IntPtrA handle to the window in a move or size loop.
See Also