Click or drag to resize

VisualPropertiesSetWatermark Method

Provides a bitmap to use as a watermark.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void SetWatermark(
	IntPtr bitmapHandle,
	VPWATERMARKFLAGS flags = VPWATERMARKFLAGS.VPWF_DEFAULT,
	bool throwOnError = true
)

Parameters

bitmapHandle
Type: SystemIntPtr
The bitmap handle.
flags (Optional)
Type: ShellBoost.Core.WindowsShellVPWATERMARKFLAGS
The flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also