BeforeShellDropEventArgsEffect Property |
Gets the effect that is about to be executed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic DragDropEffects Effect { get; }Public ReadOnly Property Effect As DragDropEffects
Get
public:
property DragDropEffects Effect {
DragDropEffects get ();
}member Effect : DragDropEffects with get
Property Value
DragDropEffectsOne of the
DragDropEffects.
See Also