Click or drag to resize

OnDemandDataObjectAddDefaultFormats Property

Gets a value indicating whether to add CF_HDROP and CFSTR_SHELLIDLIST automatically from current shell items.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool AddDefaultFormats { get; }

Property Value

Type: Boolean
true if CF_HDROP and CFSTR_SHELLIDLIST are added automatically from current shell items; otherwise, false.
See Also