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:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public bool DontUseDefaultDataObjects { get; set; }
Property Value
Type:
Booleantrue if default data objects won't be used; otherwise,
false.
See Also