Gets the type of drag-and-drop operation.
[Visual Basic] Public ReadOnly Property Effect As Integer [C#] public int Effect {get;} [C++] public: __property int get_Effect(); [JScript] public function get Effect() : int;
One of the DragDropEffects values.
GiveFeedbackEventArgs Class | GiveFeedbackEventArgs Members | System.WinForms Namespace