WindowsUtilitiesUpdateWindow Method |
updates the client area of the specified window by sending a WM_PAINT message to the window if the window's update region is not empty.
The function sends a WM_PAINT message directly to the window procedure of the specified window, bypassing the application queue.
If the update region is empty, no message is sent.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool UpdateWindow(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also