Click or drag to resize

GetDataObjectEventArgsDontUseDefaultDataObjects Property

Gets or sets a value indicating whether to use default data objects, event if no object is added to this instance. Setting this to true will prevent any drag operation.

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

Property Value

Type: Boolean
true if default data objects won't be used; otherwise, false.
See Also