Win32WindowRedrawWindow Method (IntPtr, RDW) |
Updates the region in this window's client area.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool RedrawWindow(
IntPtr updateRegion,
RDW flags
)
Parameters
- updateRegion
- Type: SystemIntPtr
A handle to the update region. - flags
- Type: ShellBoost.Core.UtilitiesRDW
The options.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also