ShellListViewListChangedAfterDragLeave Property |
Indicates that the list changed after a DragLeave was executed; bug #6536
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool ListChangedAfterDragLeave { get; set; }
Protected Property ListChangedAfterDragLeave As Boolean
Get
Set
protected:
property bool ListChangedAfterDragLeave {
bool get ();
void set (bool value);
}
member ListChangedAfterDragLeave : bool with get, set
Property Value
Type:
BooleanSee Also