ShellBrowserGetDragEffects Method |
Returns which drag effects are possible for the currently active object.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic DragDropEffects GetDragEffects()
Public Function GetDragEffects As DragDropEffects
public:
DragDropEffects GetDragEffects()
member GetDragEffects : unit -> DragDropEffects
Return Value
DragDropEffectsA combination of flags of the
DragDropEffects type that indicate, which operations are possible for the currently active object.
See Also