JamBaseShellListViewDetectLeftClick Property |
Local variable to detect whether the mouse is clicked or dragged
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool DetectLeftClick { get; set; }
Protected Property DetectLeftClick As Boolean
Get
Set
protected:
property bool DetectLeftClick {
bool get ();
void set (bool value);
}
member DetectLeftClick : bool with get, set
Property Value
Type:
BooleanTrue if detect left click, false if not.
See Also