ShellListViewDragLeaveOccurred Property |
Indicates that a DragLeave was executed recently; bug #6536
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
Boolean
See Also