Click or drag to resize

FolderViewIsMoveInSameFolder Property

Checks to see if this view sourced the current drag-and-drop or cut-and-paste operation (used by drop target objects).

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsMoveInSameFolder { get; }

Property Value

Type: Boolean
true if this view sourced the current drag-and-drop or cut-and-paste operation; otherwise, false.
See Also