Click or drag to resize

ShellBrowserGetDragEffects Method

Returns which drag effects are possible for the currently active object.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public DragDropEffects GetDragEffects()

Return Value

Type: DragDropEffects
A combination of flags of the DragDropEffects type that indicate, which operations are possible for the currently active object.
See Also