Click or drag to resize

VisualPropertiesSetWatermark 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: SystemIntPtr
The bitmap handle.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellVPWATERMARKFLAGS
The flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also