Click or drag to resize

FolderViewSetRedraw Method

Sets redraw on and off.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetRedraw(
	bool redrawOn,
	bool throwOnError = true
)

Parameters

redrawOn
Type: SystemBoolean
if set to true redraw is set on; otherwise redraw is set to off.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also