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