ShellListViewDragLeaveOccurred Property |
Indicates that a DragLeave was executed recently; bug #6536
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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