Click or drag to resize

Win32WindowInvalidate Method

Invalidates this window's client area.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool Invalidate(
	bool erase
)

Parameters

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: Boolean
true if the call succeeded, false otherwise.
See Also