Click or drag to resize

VisualProperties.SetWatermark Method

Provides a bitmap to use as a watermark.

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

Parameters

bitmapHandle
Type: System.IntPtr
The bitmap handle.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShell.VPWATERMARKFLAGS
The flags.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.
See Also