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 public bool IsMoveInSameFolder { get; }
Property Value
Type:
Booleantrue if this view sourced the current drag-and-drop or cut-and-paste operation; otherwise,
false.
See Also