Click or drag to resize

OnDemandDataObject Constructor

Initializes a new instance of the OnDemandDataObject class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public OnDemandDataObject(
	bool addDefaultFormats = true
)

Parameters

addDefaultFormats (Optional)
Type: SystemBoolean
if set to true CF_HDROP and CFSTR_SHELLIDLIST are added automatically from current shell items.
See Also