Click or drag to resize

Win32WindowRedrawWindow Method (RDW)

Updates the entire client area of this window.

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

Parameters

flags
Type: callback.ShellBoost.Core.UtilitiesRDW
The options.

Return Value

Type: Boolean
true if the call succeeded, false otherwise.
See Also