Click or drag to resize

Win32WindowRedrawWindow Method (RECT, RDW)

Updates the specified rectangle in 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 RedrawWindow(
	RECT updateRect,
	RDW flags
)

Parameters

updateRect
Type: callback.ShellBoost.Core.WindowsShellRECT
The coordinates, in device units, of the update rectangle.
flags
Type: callback.ShellBoost.Core.UtilitiesRDW
The options.

Return Value

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