ShellListViewDragLeaveOccurred Property |
Indicates that a DragLeave was executed recently; bug #6536
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected bool DragLeaveOccurred { get; set; }
Protected Property DragLeaveOccurred As Boolean
Get
Set
protected:
property bool DragLeaveOccurred {
bool get ();
void set (bool value);
}
member DragLeaveOccurred : bool with get, set
Property Value
Type:
BooleanSee Also