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 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