WindowsUtilitiesInvalidate Method |
Invalidates the specified window's client area.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool Invalidate(
IntPtr handle,
bool erase
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window whose update region has changed. - erase
- Type: SystemBoolean
Specifies whether the background within the update region is to be erased when the update region is processed. If this parameter is true, the background is erased when the BeginPaint function is called. If this parameter is false, the background remains unchanged.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also