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:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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